aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-06-25 17:21:05 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-06-25 17:21:05 +0200
commit46feba9a7b1e4ed023dcdc3c505b67f3eb8348f0 (patch)
treef6c77194d3d6a0f14906f9a6de72436e482e9f01
parent93e5170645d82a074746da11481304d42fb215fd (diff)
Add compile_commands.json to .gitignore
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 534a300..db08d13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ db.db
*.dylib
*.so
firebaseServiceAccountKey.json
+compile_commands.json