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