1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
19 # Emacs directory variable files.
22 # User files that may appear at the root
32 # Empty marker file that's generated when we check out NSS
33 ^security/manager/\.nss\.checkout$
38 # gecko.log is generated by various test harnesses
41 # Build directories for js shell
46 # SpiderMonkey configury
48 ^js/src/old-configure$
49 ^js/src/autom4te.cache$
50 # SpiderMonkey test result logs
51 ^js/src/tests/results-.*\.(html|txt)$
52 ^js/src/devtools/rootAnalysis/t/out
53 # SpiderMonkey clone of the webassembly spec repository
56 # Java HTML5 parser classes
57 ^parser/html/java/(html|java)parser/
62 # Ignore the files and directory that Eclipse IDE creates
67 # Ignore the files and directory that JetBrains IDEs create.
70 # Android Monitor in Android Studio creates a captures/ directory.
76 # Local Gradle configuration properties.
79 # Python stuff installed at build time.
80 ^third_party/python/psutil/.*\.so
81 ^third_party/python/psutil/.*\.pyd
82 ^third_party/python/psutil/build/
83 ^third_party/python/psutil/tmp/
88 # Ignore chrome.manifest files from the devtools loader
89 ^devtools/client/chrome.manifest$
90 ^devtools/shared/chrome.manifest$
92 # Ignore node_modules directories in devtools
93 ^devtools/.*/node_modules/
95 # git checkout of libstagefright
96 ^media/libstagefright/android$
98 # Tag files generated by GNU Global
104 # Git clone directory for updating web-platform-tests
105 ^testing/web-platform/sync/
107 # Third party metadata for web-platform-tests
108 ^testing/web-platform/products/
110 # Android Gradle artifacts.
111 ^mobile/android/gradle/.gradle
113 # XCode project cruft
115 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
116 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
118 # Rust/Cargo output from running `cargo` directly
121 # Ignore mozharness execution files
122 ^testing/mozharness/.tox/
123 ^testing/mozharness/build/
124 ^testing/mozharness/logs/
125 ^testing/mozharness/.coverage
126 ^testing/mozharness/nosetests.xml
128 # Ignore tox generated dir
131 # Ignore ESLint node_modules
133 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
135 # Ignore talos virtualenv and tp5n files.
136 # The tp5n set is supposed to be decompressed at
137 # testing/talos/talos/tests/tp5n in order to run tests like tps
138 # locally. Similarly, running talos requires a Python package virtual
139 # environment. Both the virtual environment and tp5n files end up littering
140 # the status command, so we ignore them.
141 ^testing/talos/.Python
143 ^testing/talos/include/
145 ^testing/talos/talos/tests/tp5n.zip
146 ^testing/talos/talos/tests/tp5n.tar.gz
147 ^testing/talos/talos/tests/tp5n
148 ^testing/talos/talos/tests/devtools/damp.manifest.develop
151 ^testing/talos/talos/mitmproxy/mitmdump
152 ^testing/talos/talos/mitmproxy/mitmproxy
153 ^testing/talos/talos/mitmproxy/mitmweb
155 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
156 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
157 # i.e. speedometer, motionmark, stylebench
158 ^testing/talos/talos/tests/webkit/PerformanceTests
160 # Ignore toolchains.json created by tooltool.
163 # Ignore files created when running a reftest.
169 # Ignore sync tps logs and reports
173 # Ignore Visual Studio Code workspace files.
174 \.vscode/(?!extensions\.json|tasks\.json)
176 subinclude:servo/.hgignore
178 # Ignore Infer output
181 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
184 # Ignore various raptor performance framework files
185 ^testing/raptor/.raptor-venv
186 ^testing/raptor/raptor-venv
187 ^testing/raptor/raptor/tests/.*.json
188 ^testing/raptor/webext/raptor/auto_gen_test_config.js