xo-tokenizer: + .gitignore

This commit is contained in:
Roland Conybeare 2024-07-23 12:07:05 +10:00
commit 0af24e9a2c

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# emacs workspace config
.projectile
# clangd working space (see emacs+lsp)
.cache
# typical cmake build directory (source-tree-nephew)
.build*
# symlink to builddir/compile_commands.json; should be set manually in dev sandbox
compile_commands.json