diff options
author | Azat Khuzhin <azat@libevent.org> | 2023-02-12 08:50:05 +0100 |
---|---|---|
committer | Azat Khuzhin <azat@libevent.org> | 2023-02-12 08:50:05 +0100 |
commit | b5a5fbb81d3dbe961d36fbc29f5bf44f9c3518d0 (patch) | |
tree | 6e712bfbc1f5483b8b14ad613d6a5312ccdff618 /.gitignore | |
parent | f9134df7d07a9214d00cb0d18d7fd820fa7eb781 (diff) | |
parent | b99106f3fdfc49f7fee68f70188f6138ea65f2cd (diff) | |
download | libevent-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-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |