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