diff --git a/.gitignore b/.gitignore index 2c20ba1..204deb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Directories +# Temp directories .vs/ bin/ bin-obj/ @@ -11,6 +11,7 @@ build/ .codelite/ .build-debug/ +.vimspector.json **.workspace Makefile @@ -29,5 +30,4 @@ Makefile CMake/ -.vimspector.json -compiled_commands.json +compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 120000 index 25eb4b2..0000000 --- a/compile_commands.json +++ /dev/null @@ -1 +0,0 @@ -build/compile_commands.json \ No newline at end of file