From 0af24e9a2cf441c7eff156493aac23ef1e053b78 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 23 Jul 2024 12:07:05 +1000 Subject: [PATCH] xo-tokenizer: + .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3d3a7826 --- /dev/null +++ b/.gitignore @@ -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