From 1e282b2d28655d1a2112efa9861c815303a7d566 Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Wed, 12 Jan 2022 17:20:04 +0000 Subject: [PATCH] Bug 1749650 - Ignore clangd index files in gecko root folder. r=firefox-build-system-reviewers,andi NPOTB DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D135674 --- .gitignore | 3 +++ .hgignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 2b16924f1047..db9665009993 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,6 @@ testing/raptor/webext/raptor/auto_gen_test_config.js # Ignore ICU4X experimentation data files. # See intl/ICU4X.md for more details. config/external/icu4x + +# Ignore the index files generated by clangd. +.cache/clangd/index/ diff --git a/.hgignore b/.hgignore index 5e294df5fc7b..428df0dff0a5 100644 --- a/.hgignore +++ b/.hgignore @@ -228,3 +228,6 @@ toolkit/components/certviewer/content/package-lock.json # Ignore ICU4X experimentation data files. # See intl/ICU4X.md for more details. ^config/external/icu4x + +# Ignore the index files generated by clangd. +^.cache/clangd/index/