ext .gitignore

This commit is contained in:
Roland Conybeare 2023-10-11 19:20:36 -04:00
commit 937109896c

4
.gitignore vendored
View file

@ -1,2 +1,6 @@
# lsp keeps state here
.cache
# symlink -> build/compile_commands.json should be created manually
compile_commands.json
# typical build directories
build