Move readline to the readline/readline subdirectory
[deliverable/binutils-gdb.git] / readline / readline / .gitignore
diff --git a/readline/readline/.gitignore b/readline/readline/.gitignore
new file mode 100644 (file)
index 0000000..be107bb
--- /dev/null
@@ -0,0 +1,37 @@
+Makefile
+
+*.o
+*.a
+*.so
+*.sl
+*.dll
+
+config.cache
+config.h
+config.log
+config.status
+
+doc/Makefile
+examples/Makefile
+shlib/Makefile
+
+examples/fileman
+examples/hist_erasedups
+examples/hist_purgecmd
+examples/histexamp
+examples/rl
+examples/rl-callbacktest
+examples/rlbasic
+examples/rlcat
+examples/rlevent
+examples/rltest
+examples/rlversion
+
+libhistory.so.*
+libreadline.so.*
+
+*.dylib
+
+readline.pc
+
+stamp-h
This page took 0.02508 seconds and 4 git commands to generate.