[PATCH 1/3] gitignore: Ignore clangd and clang-format files

Utkarsh Verma utkarsh at bitbanged.com
Tue Aug 8 03:05:54 UTC 2023


---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8b28b186e1..d0144f6737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,7 @@ Makefile.in
 /testsuites/build/build
 /testsuites/build/wscript
 .waf*
+.clangd
+.clang-format
+compile_commands.json
+.cache/
-- 
2.41.0



More information about the devel mailing list