diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86d062a --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# symlink to ${mybuilddirectory}/compile_commands.json for LSP +compile_commands.json +# LSP keeps state here +.cache +# typical build directories +build +ccov