From 37636766c9d3533064c88c72047225f1c40d7348 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 21 Aug 2018 16:54:44 +0200 Subject: [PATCH] Bug 1485034: Ignore compile_commands.json files in tree; r=froydnj --HG-- extra : rebase_source : 8cec1acf0d86e4e3dc4f2b510a552ecbf951c2fc --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e4f289f9e94f..96bb4902398c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.pyo TAGS tags +compile_commands.json # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale) ID !id/ diff --git a/.hgignore b/.hgignore index 43c3a0703fed..3a16cd261766 100644 --- a/.hgignore +++ b/.hgignore @@ -11,6 +11,7 @@ \.gcda \.gcno \.gcov +compile_commands\.json # Vim swap files. ^\.sw.$