Add gitignore

This gitignore ignores the compiled `rose` binary. It also ignores the
`compile_commands.json` and `.cache/` directory created for and by
LSP.
This commit is contained in:
Lucien Cartier-Tilet 2022-05-14 18:38:35 +02:00
parent f51b12d90f
commit ce3f71e7c4
No known key found for this signature in database
GPG Key ID: BD7789E705CB8DCA

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
compile_commands.json
rose
.cache/