]> git.ipfire.org Git - thirdparty/lldpd.git/blob - .gitignore
Separate daemon and client code. Provide a client library.
[thirdparty/lldpd.git] / .gitignore
1 *~
2 *.o
3 *.lo
4 *.a
5 *.la
6 /build/
7
8 # autotools stuff
9 /m4/lt*.m4
10 /m4/libtool.m4
11 /aclocal.m4
12 /ltmain.sh
13 /install-sh
14 /config.guess
15 /config.h.in
16 /config.sub
17 /autom4te.cache/
18 /compile
19 /configure
20 /depcomp
21 /missing
22
23 # automake
24 /Makefile.in
25 /src/Makefile.in
26 /src/client/Makefile.in
27 /src/lib/Makefile.in
28 /src/daemon/Makefile.in
29 /src/compat/Makefile.in
30 /src/Makefile.in
31 /tests/Makefile.in
32 /man/Makefile.in
33
34
35 # cscope
36 /cscope.*