From aab7ed38a84b7de64050baa075aee42db83f783b Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 26 May 2022 11:11:52 +0000 Subject: [PATCH] Update top-level .gitignore to ignore files generated by some IDEs (cherry picked from commit ec3bc4142b58472635a3d66426854927237e0687) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0c7e7a9bab..7d4fd095d2 100644 --- a/.gitignore +++ b/.gitignore @@ -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