]> git.ipfire.org Git - thirdparty/pdns.git/blob - .gitignore
Merge pull request #7903 from Habbie/dnsdist-doc-nits
[thirdparty/pdns.git] / .gitignore
1 /Makefile
2 /Makefile.in
3 /aclocal.m4
4 /autom4te.cache
5 /build-aux/*
6 !/build-aux/gen-version
7 /config.cache
8 /config.guess
9 /config.h
10 /config.h.in
11 /config.sub
12 /configure
13 /depcomp
14 /install-sh
15 /ltmain.sh
16 /missing
17 /mkinstalldirs
18 /stamp-h
19 /stamp-h1
20 /test-driver
21 /ylwrap
22 *.la
23 *.lo
24 *.a
25 *.o
26 .deps
27 .libs
28 .dirstamp
29 .version
30 codedocs/Makefile
31 codedocs/Makefile.in
32 /config.log
33 /config.status
34 /libtool
35 /compile
36 /.tags*
37 libtool.m4
38 ltoptions.m4
39 ltsugar.m4
40 ltversion.m4
41 lt~obsolete.m4
42 pdns-*.tar.gz
43 pdns-*.tar.bz2
44 regression-tests.recursor/run-auth
45 .*DS_Store
46 *~
47 pdns.pid
48 pdns_recursor.pid
49 *.gcda
50 *.gcno
51 *.gcov
52 built_pkgs
53 *-wal
54 *-shm
55 __pycache__