Removed using of namespaces from header files.
[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/
11
12# libt2n specific
13t2n_*.cpp
14t2n_*.hxx
15t2n_*.libt2nstamp
16libt2n*.P
17
18# Automake
19Makefile
20Makefile.in
21autom4te.cache
22aclocal.m4
23libtool
24stamp-h1
25configure
26config.*
27*.substvars
28ltmain.sh
29missing
30install-sh
31depcomp
32INSTALL
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*~