forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (65 loc) · 758 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache
/build-aux/*
!/build-aux/gen-version
/config.cache
/config.guess
/config.h
/config.h.in
/config.sub
/configure
/depcomp
/install-sh
/ltmain.sh
/missing
/mkinstalldirs
/stamp-h
/stamp-h1
/test-driver
/ylwrap
*.la
*.lo
*.a
*.o
.deps
.libs
.dirstamp
.version
codedocs/Makefile
codedocs/Makefile.in
/config.log
/config.status
/libtool
/compile
/.tags*
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
pdns-*.tar.gz
pdns-*.tar.bz2
regression-tests.recursor/run-auth
.*DS_Store
*~
pdns.pid
pdns_recursor.pid
*.gcda
*.gcno
*.gcov
built_pkgs
*-wal
*-shm
__pycache__
.circleci/config.yml-local
.env
compile_commands.*
.cache
/.clang-tidy
.ccls-cache
.gdb_history
.venv
# Local Netlify folder
.netlify