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