1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
14 compile_commands\.json
20 # Emacs directory variable files.
23 # User files that may appear at the root
33 # Empty marker file that's generated when we check out NSS
34 ^security/manager/\.nss\.checkout$
39 # gecko.log is generated by various test harnesses
42 # Build directories for js shell
48 # SpiderMonkey configury
50 ^js/src/old-configure$
51 ^js/src/autom4te.cache$
52 # SpiderMonkey test result logs
53 ^js/src/tests/results-.*\.(html|txt)$
54 ^js/src/devtools/rootAnalysis/t/out
55 # SpiderMonkey clone of the webassembly spec repository
58 # Java HTML5 parser classes
59 ^parser/html/java/(html|java)parser/
64 # Ignore the files and directory that Eclipse IDE creates
69 # Ignore the files and directory that JetBrains IDEs create.
72 # Android Monitor in Android Studio creates a captures/ directory.
78 # Local Gradle configuration properties.
81 # Python stuff installed at build time.
82 ^third_party/python/psutil/.*\.so
83 ^third_party/python/psutil/.*\.pyd
84 ^third_party/python/psutil/build/
85 ^third_party/python/psutil/tmp/
90 # Ignore chrome.manifest files from the devtools loader
91 ^devtools/client/chrome.manifest$
92 ^devtools/shared/chrome.manifest$
94 # Ignore node_modules directories in devtools
95 ^devtools/.*/node_modules/
97 # git checkout of libstagefright
98 ^media/libstagefright/android$
100 # Tag files generated by GNU Global
106 # Git clone directory for updating web-platform-tests
107 ^testing/web-platform/sync/
109 # Third party metadata for web-platform-tests
110 ^testing/web-platform/products/
112 # Android Gradle artifacts.
113 ^mobile/android/gradle/.gradle
115 # XCode project cruft
117 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
118 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
120 # Rust/Cargo output from running `cargo` directly
123 # Ignore mozharness execution files
124 ^testing/mozharness/.tox/
125 ^testing/mozharness/build/
126 ^testing/mozharness/logs/
127 ^testing/mozharness/.coverage
128 ^testing/mozharness/nosetests.xml
130 # Ignore tox generated dir
133 # Ignore ESLint node_modules
135 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
137 # Ignore talos virtualenv and tp5n files.
138 # The tp5n set is supposed to be decompressed at
139 # testing/talos/talos/tests/tp5n in order to run tests like tps
140 # locally. Similarly, running talos requires a Python package virtual
141 # environment. Both the virtual environment and tp5n files end up littering
142 # the status command, so we ignore them.
143 ^testing/talos/.Python
145 ^testing/talos/include/
147 ^testing/talos/talos/tests/tp5n.zip
148 ^testing/talos/talos/tests/tp5n.tar.gz
149 ^testing/talos/talos/tests/tp5n
150 ^testing/talos/talos/tests/devtools/damp.manifest.develop
153 ^testing/talos/talos/mitmproxy/mitmdump
154 ^testing/talos/talos/mitmproxy/mitmproxy
155 ^testing/talos/talos/mitmproxy/mitmweb
157 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
158 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
159 # i.e. speedometer, motionmark, stylebench
160 ^testing/talos/talos/tests/webkit/PerformanceTests
162 # Ignore toolchains.json created by tooltool.
165 # Ignore files created when running a reftest.
171 # Ignore sync tps logs and reports
175 # Ignore Visual Studio Code workspace files.
176 \.vscode/(?!extensions\.json|tasks\.json)
178 subinclude:servo/.hgignore
180 # Ignore Infer output
183 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
186 # Ignore various raptor performance framework files
187 ^testing/raptor/.raptor-venv
188 ^testing/raptor/raptor-venv
189 ^testing/raptor/raptor/tests/.*.json
190 ^testing/raptor/webext/raptor/auto_gen_test_config.js