]> git.ipfire.org Git - thirdparty/lldpd.git/blob - .gitignore
tests: display tests/test-suite.log on errors
[thirdparty/lldpd.git] / .gitignore
1 *~
2 *.o
3 *.lo
4 *.a
5 *.la
6 *.swp
7 /build*/
8 /result
9
10 # autotools stuff
11 /m4/lt*.m4
12 /m4/libtool.m4
13 /aclocal.m4
14 /ltmain.sh
15 /install-sh
16 /config.guess
17 /config.h.in
18 /config.sub
19 /autom4te.cache/
20 /compile
21 /configure
22 /depcomp
23 /missing
24 /test-driver
25
26 # automake
27 /Makefile.in
28 /src/Makefile.in
29 /src/client/Makefile.in
30 /src/lib/Makefile.in
31 /src/daemon/Makefile.in
32 /src/compat/Makefile.in
33 /src/Makefile.in
34 /tests/Makefile.in
35 /osx/Makefile.in
36 /ar-lib
37
38 # cscope
39 /cscope.*
40 /GPATH
41 /GRTAGS
42 /GSYMS
43 /GTAGS