Added bin/ to .gitignore.
[bpdyndnsd] / .gitignore
1 # Normal stuff
2 *.o
3 *.a
4 *.so
5 *.lo
6 *.la
7 *.pc
8 .deps/
9 .libs/
10 build/
11 bin/
12
13 # libt2n specific
14 t2n_*.cpp
15 t2n_*.hxx
16 t2n_*.libt2nstamp
17 libt2n*.P
18
19 # Automake
20 Makefile
21 Makefile.in
22 autom4te.cache
23 aclocal.m4
24 libtool
25 stamp-h1
26 configure
27 config.*
28 *.substvars
29 ltmain.sh
30 missing
31 install-sh
32 depcomp
33 INSTALL
34
35 # kdevelop
36 *.kdevelop.pcs
37 *.kdevses
38
39 # Doxygen documentation
40 */doc/Doxyfile
41 */doc/html
42
43 # Backup files and stuff from patches
44 *.orig
45 *.rej
46 *~