Skip to content
Snippets Groups Projects
Commit 1e282b2d authored by Ting-Yu Lin's avatar Ting-Yu Lin
Browse files

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
parent 848206a1
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment