diff options
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |