]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update top-level .gitignore to ignore files generated by some IDEs
authorAram Sargsyan <aram@isc.org>
Thu, 26 May 2022 11:11:52 +0000 (11:11 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 1 Jun 2022 10:45:44 +0000 (10:45 +0000)
(cherry picked from commit ec3bc4142b58472635a3d66426854927237e0687)

.gitignore

index 7ef6b86d137300ce8f6fe5d0e9f7db7e20868f4e..a0d9707e3aac9669d2b2b600899145c301d4dadc 100644 (file)
@@ -52,6 +52,7 @@ __pycache__/
 /stamp-h1
 /test-driver
 Makefile
+Makefile.user
 ans.run
 gen.dSYM/
 kyua.log
@@ -61,3 +62,6 @@ timestamp
 /compile_commands.json
 /tsan
 /util/check-make-install
+# clangd index directory
+/\.cache/
+/\.*_clangd/