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.
77 ^tools/infer/test/.gradle/
79 # Local Gradle configuration properties.
82 # Python stuff installed at build time.
83 ^third_party/python/psutil/.*\.so
84 ^third_party/python/psutil/.*\.pyd
85 ^third_party/python/psutil/build/
86 ^third_party/python/psutil/tmp/
91 # Ignore chrome.manifest files from the devtools loader
92 ^devtools/client/chrome.manifest$
93 ^devtools/shared/chrome.manifest$
95 # Ignore node_modules directories in devtools
96 ^devtools/.*/node_modules/
98 # git checkout of libstagefright
99 ^media/libstagefright/android$
101 # Tag files generated by GNU Global
107 # Git clone directory for updating web-platform-tests
108 ^testing/web-platform/sync/
110 # Third party metadata for web-platform-tests
111 ^testing/web-platform/products/
113 # Android Gradle artifacts.
114 ^mobile/android/gradle/.gradle
116 # XCode project cruft
118 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
119 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
121 # Rust/Cargo output from running `cargo` directly
124 # Ignore mozharness execution files
125 ^testing/mozharness/.tox/
126 ^testing/mozharness/build/
127 ^testing/mozharness/logs/
128 ^testing/mozharness/.coverage
129 ^testing/mozharness/nosetests.xml
131 # Ignore tox generated dir
134 # Ignore ESLint node_modules
136 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
138 # Ignore talos virtualenv and tp5n files.
139 # The tp5n set is supposed to be decompressed at
140 # testing/talos/talos/tests/tp5n in order to run tests like tps
141 # locally. Similarly, running talos requires a Python package virtual
142 # environment. Both the virtual environment and tp5n files end up littering
143 # the status command, so we ignore them.
144 ^testing/talos/.Python
146 ^testing/talos/include/
148 ^testing/talos/talos/tests/tp5n.zip
149 ^testing/talos/talos/tests/tp5n.tar.gz
150 ^testing/talos/talos/tests/tp5n
151 ^testing/talos/talos/tests/devtools/damp.manifest.develop
154 ^testing/talos/talos/mitmproxy/mitmdump
155 ^testing/talos/talos/mitmproxy/mitmproxy
156 ^testing/talos/talos/mitmproxy/mitmweb
158 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
159 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
160 # i.e. speedometer, motionmark, stylebench
161 ^testing/talos/talos/tests/webkit/PerformanceTests
163 # Ignore toolchains.json created by tooltool.
166 # Ignore files created when running a reftest.
172 # Ignore sync tps logs and reports
176 # Ignore Visual Studio Code workspace files.
177 \.vscode/(?!extensions\.json|tasks\.json)
179 subinclude:servo/.hgignore
181 # Ignore Infer output
184 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
187 # Ignore various raptor performance framework files
188 ^testing/raptor/.raptor-venv
189 ^testing/raptor/raptor-venv
190 ^testing/raptor/raptor/tests/.*.json
191 ^testing/raptor/webext/raptor/auto_gen_test_config.js