summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2023-02-12 08:36:16 +0100
committerAzat Khuzhin <azat@libevent.org>2023-02-12 08:49:53 +0100
commitb99106f3fdfc49f7fee68f70188f6138ea65f2cd (patch)
tree6e712bfbc1f5483b8b14ad613d6a5312ccdff618
parentc257e16f5bf48ad947b00f4eb59ace34f9b136d1 (diff)
downloadlibevent-b99106f3fdfc49f7fee68f70188f6138ea65f2cd.tar.gz
Add more ignore rules
- for clangd - and compile_commands.json for it
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0689e9a0..297146dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,6 +142,7 @@ LibeventTargets*.cmake
bin/
cmake_install.cmake
Uninstall.cmake
+compile_commands.json
lib/
tmp/
verify_tests.sh
@@ -167,3 +168,6 @@ rules.ninja
/*.tar.gz
/.vagrant
+
+# clangd
+.cache