diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-11 10:35:39 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-11 10:35:39 +0200 |
commit | 05521d85f04ca6fb45a39f63cd7bc6dca29a918f (patch) | |
tree | 80e3398f1788ce78d9be3fa9f62e9b81d2190425 /gitignore | |
parent | 7ff119401f245c1aaf57ee109ddc6ed40f57b9a2 (diff) | |
download | myconfigs-05521d85f04ca6fb45a39f63cd7bc6dca29a918f.tar.gz myconfigs-05521d85f04ca6fb45a39f63cd7bc6dca29a918f.tar.bz2 myconfigs-05521d85f04ca6fb45a39f63cd7bc6dca29a918f.zip |
gitignore: ignore cache instead of ccls-cache as I use clangd now
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ # C development .gdbinit -.ccls-cache/ +.cache/ compile_commands.json # Python development |