From 9d450060c1be963254c14df8d0babfa385747af4 Mon Sep 17 00:00:00 2001 From: Light Date: Sat, 5 Mar 2022 16:08:25 +0330 Subject: [PATCH] Remove: compile_commands.json --- .gitignore | 6 +++--- compile_commands.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 120000 compile_commands.json 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