From b385f6e73aa9b6e201a2ba3ed15d9813d5ecb969 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Tue, 3 Mar 2020 13:56:47 +0100 Subject: [PATCH] Don't want to store compile commands like this --- .gitignore | 3 ++- compile_commands.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 compile_commands.json diff --git a/.gitignore b/.gitignore index 3a76f4c..f43ba93 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ *~ /steam_appid.txt /*.so -/breakhack*.run \ No newline at end of file +/breakhack*.run +compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 120000 index 06729e8..0000000 --- a/compile_commands.json +++ /dev/null @@ -1 +0,0 @@ -_build/debug/compile_commands.json \ No newline at end of file