diff options
author | Karel Kočí <cynerd@email.cz> | 2022-08-09 09:29:08 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-08-09 09:29:08 +0200 |
commit | 4bbb98d616cdf3ce44256953b572e5911cd724ad (patch) | |
tree | bf998a89c81cacc1fc07c8af9a61d20266666e95 /gitignore | |
parent | c07688f881e2c3864f3f8274efc81f084f1f81a5 (diff) | |
download | myconfigs-4bbb98d616cdf3ce44256953b572e5911cd724ad.tar.gz myconfigs-4bbb98d616cdf3ce44256953b572e5911cd724ad.tar.bz2 myconfigs-4bbb98d616cdf3ce44256953b572e5911cd724ad.zip |
gitignore: include also temporally compile_commands file
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ .gdbinit .cache/ compile_commands.json +compile_commands.events.json # Python development __pycache__/ |