From e45b4f847f3bb5bb083db125a7a5829a42af368f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 25 Jul 2018 00:05:59 +0200 Subject: Add tests/compile_commands.json to gitignore for new projects --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 6dfd256..74349cb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -104,8 +104,9 @@ using namespace std::chrono; static string SIBS_GITIGNORE_HEADER = "# Compiled sibs files"; static string SIBS_GITIGNORE_FILES = "sibs-build/\n" + "compile_commands.json\n" "tests/sibs-build/\n" - "compile_commands.json\n"; + "tests/compile_commands.json\n"; void usage() { -- cgit v1.2.3