1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
16 # Emacs directory variable files.
19 # User files that may appear at the root
29 # Empty marker file that's generated when we check out NSS
30 ^security/manager/\.nss\.checkout$
35 # gecko.log is generated by various test harnesses
38 # Build directories for js shell
43 # SpiderMonkey configury
45 ^js/src/old-configure$
46 ^js/src/autom4te.cache$
47 # SpiderMonkey test result logs
48 ^js/src/tests/results-.*\.(html|txt)$
49 ^js/src/devtools/rootAnalysis/t/out
50 # SpiderMonkey clone of the webassembly spec repository
53 # Java HTML5 parser classes
54 ^parser/html/java/(html|java)parser/
59 # Ignore the files and directory that Eclipse IDE creates
64 # Ignore the files and directory that JetBrains IDEs create.
67 # Android Monitor in Android Studio creates a captures/ directory.
73 # Local Gradle configuration properties.
76 # Python stuff installed at build time.
77 ^third_party/python/psutil/.*\.so
78 ^third_party/python/psutil/.*\.pyd
79 ^third_party/python/psutil/build/
80 ^third_party/python/psutil/tmp/
85 # Ignore chrome.manifest files from the devtools loader
86 ^devtools/client/chrome.manifest$
87 ^devtools/shared/chrome.manifest$
89 # Ignore node_modules directories in devtools
90 ^devtools/.*/node_modules/
92 # git checkout of libstagefright
93 ^media/libstagefright/android$
95 # Tag files generated by GNU Global
101 # Git clone directory for updating web-platform-tests
102 ^testing/web-platform/sync/
104 # Third party metadata for web-platform-tests
105 ^testing/web-platform/products/
107 # Android Gradle artifacts.
108 ^mobile/android/gradle/.gradle
110 # XCode project cruft
112 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
113 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
115 # Rust/Cargo output from running `cargo` directly
118 # Ignore mozharness execution files
119 ^testing/mozharness/.tox/
120 ^testing/mozharness/build/
121 ^testing/mozharness/logs/
122 ^testing/mozharness/.coverage
123 ^testing/mozharness/nosetests.xml
125 # Ignore tox generated dir
128 # Ignore ESLint node_modules
130 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
132 # Ignore talos virtualenv and tp5n files.
133 # The tp5n set is supposed to be decompressed at
134 # testing/talos/talos/tests/tp5n in order to run tests like tps
135 # locally. Similarly, running talos requires a Python package virtual
136 # environment. Both the virtual environment and tp5n files end up littering
137 # the status command, so we ignore them.
138 ^testing/talos/.Python
140 ^testing/talos/include/
142 ^testing/talos/talos/tests/tp5n.zip
143 ^testing/talos/talos/tests/tp5n.tar.gz
144 ^testing/talos/talos/tests/tp5n
145 ^testing/talos/talos/tests/devtools/damp.manifest.develop
148 ^testing/talos/talos/mitmproxy/mitmdump
149 ^testing/talos/talos/mitmproxy/mitmproxy
150 ^testing/talos/talos/mitmproxy/mitmweb
152 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
153 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
154 # i.e. speedometer, motionmark, stylebench
155 ^testing/talos/talos/tests/webkit/PerformanceTests
157 # Ignore toolchains.json created by tooltool.
160 # Ignore files created when running a reftest.
166 # Ignore sync tps logs and reports
170 # Ignore Visual Studio Code workspace files.
171 \.vscode/(?!extensions\.json|tasks\.json)
173 subinclude:servo/.hgignore
175 # Ignore Infer output
178 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322