Fix 'occurred' typo
[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 .kdev4
37
38 # Doxygen documentation
39 */doc/Doxyfile
40 */doc/html
41
42 # Backup files and stuff from patches
43 *.orig
44 *.rej
45 *~