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