]> git.ipfire.org Git - thirdparty/readline.git/commitdiff
add .gitignore for developers
authorChet Ramey <chet.ramey@case.edu>
Tue, 6 Mar 2018 21:06:42 +0000 (16:06 -0500)
committerChet Ramey <chet.ramey@case.edu>
Tue, 6 Mar 2018 21:06:42 +0000 (16:06 -0500)
.gitignore [new file with mode: 0644]
doc/._rluserman.pdf [deleted file]

diff --git a/.gitignore b/.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
diff --git a/doc/._rluserman.pdf b/doc/._rluserman.pdf
deleted file mode 100644 (file)
index ff3758a..0000000
Binary files a/doc/._rluserman.pdf and /dev/null differ