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
This commit is contained in:
Ting-Yu Lin 2022-01-12 17:20:04 +00:00
parent 848206a1c2
commit 1e282b2d28
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -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/

View File

@ -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/