mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
Update top-level .gitignore to ignore files generated by some IDEs
(cherry picked from commit ec3bc4142b)
This commit is contained in:
parent
a6456581ce
commit
aab7ed38a8
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -54,6 +54,7 @@ __pycache__/
|
|||
/test-driver
|
||||
Makefile
|
||||
Makefile.in
|
||||
Makefile.user
|
||||
ans.run
|
||||
gen.dSYM/
|
||||
named.memstats
|
||||
|
|
@ -88,6 +89,7 @@ doc/man/pkcs11-list.8in
|
|||
doc/man/pkcs11-tokens.8in
|
||||
# clangd index directory
|
||||
/\.cache/
|
||||
/\.*_clangd/
|
||||
# GNU Global index files
|
||||
/GPATH
|
||||
/GRTAGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue