diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,9 +3,13 @@ .vs/ cmake-build-debug/ bin/ -build/ +build*/ out/ slgj _deps/ CMakeFiles/ -CMakeSettings.json
\ No newline at end of file +CMakeSettings.json + +# clangd stuff +.cache/ +compile_commands.json
\ No newline at end of file |