summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2023-02-12 08:50:05 +0100
committerAzat Khuzhin <azat@libevent.org>2023-02-12 08:50:05 +0100
commitb5a5fbb81d3dbe961d36fbc29f5bf44f9c3518d0 (patch)
tree6e712bfbc1f5483b8b14ad613d6a5312ccdff618 /.gitignore
parentf9134df7d07a9214d00cb0d18d7fd820fa7eb781 (diff)
parentb99106f3fdfc49f7fee68f70188f6138ea65f2cd (diff)
downloadlibevent-b5a5fbb81d3dbe961d36fbc29f5bf44f9c3518d0.tar.gz
Merge branch 'tests-fixes'
* tests-fixes: Add more ignore rules test: fix debug locks in case new lock gots old address test: suppress logs from the tests that produce them under normal circumstances test: fix TT_* flags values Suppress data race for test_ok variable Suppress data race for event_debug_created_threadable_ctx_ variable
Diffstat (limited to '.gitignore')
-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