]> git.ipfire.org Git - thirdparty/readline.git/blob - .gitignore
add .gitignore for developers
[thirdparty/readline.git] / .gitignore
1 Makefile
2
3 *.o
4 *.a
5 *.so
6 *.sl
7 *.dll
8
9 config.cache
10 config.h
11 config.log
12 config.status
13
14 doc/Makefile
15 examples/Makefile
16 shlib/Makefile
17
18 examples/fileman
19 examples/hist_erasedups
20 examples/hist_purgecmd
21 examples/histexamp
22 examples/rl
23 examples/rl-callbacktest
24 examples/rlbasic
25 examples/rlcat
26 examples/rlevent
27 examples/rltest
28 examples/rlversion
29
30 libhistory.so.*
31 libreadline.so.*
32
33 *.dylib
34
35 readline.pc
36
37 stamp-h