Removed redundant code into separate member function.
[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
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*~