aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-07-25 00:05:59 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:32 +0200
commite45b4f847f3bb5bb083db125a7a5829a42af368f (patch)
treeea04dc9821c4c43dbf40d884f59922f93c140b6b /src
parente9e51e0041abbbf950ed11d6b4fea8616cbd28bb (diff)
Add tests/compile_commands.json to gitignore for new projects
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp3
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()
{