From 4bbb98d616cdf3ce44256953b572e5911cd724ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Tue, 9 Aug 2022 09:29:08 +0200
Subject: gitignore: include also temporally compile_commands file

---
 gitignore | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gitignore')

diff --git a/gitignore b/gitignore
index 0bc53aa..89ba6f7 100644
--- a/gitignore
+++ b/gitignore
@@ -12,6 +12,7 @@
 .gdbinit
 .cache/
 compile_commands.json
+compile_commands.events.json
 
 # Python development
 __pycache__/
-- 
cgit v1.2.3