Bug 1560374 - Set testharness and reftest web-platform-tests to Tier-1; r=jmaher...
[gecko.git] / .hgignore
blob181560240d24ead7825d6cd5766c806776ebb6f5
1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
4 ~$
5 \.py(c|o)$
6 (?i)(^|/)TAGS$
7 (^|/)ID$
8 (^|/)\.DS_Store$
9 \.pdb
10 \.egg-info
11 \.eslintcache
12 \.gcda
13 \.gcno
14 \.gcov
15 compile_commands\.json
17 # Vim swap files.
18 ^\.sw.$
19 .[^/]*\.sw.$
21 # Emacs directory variable files.
22 \.dir-locals\.el
24 # User files that may appear at the root
25 ^\.mozconfig
26 ^mozconfig*
27 ^configure$
28 ^old-configure$
29 ^config\.cache$
30 ^config\.log$
31 ^\.clang_complete
32 ^\.?machrc$
34 # Empty marker file that's generated when we check out NSS
35 ^security/manager/\.nss\.checkout$
37 # Build directories
38 ^obj
40 # gecko.log is generated by various test harnesses
41 ^gecko\.log
43 # Ignore newtab component build assets
44 ^browser/components/newtab/logs/
46 # Build directories for js shell
47 _DBG\.OBJ/
48 _OPT\.OBJ/
49 ^js/src/.*-obj/
50 ^js/src/obj-.*/
52 # SpiderMonkey configury
53 ^js/src/configure$
54 ^js/src/old-configure$
55 ^js/src/autom4te.cache$
56 # SpiderMonkey test result logs
57 ^js/src/tests/results-.*\.(html|txt)$
58 ^js/src/devtools/rootAnalysis/t/out
59 # SpiderMonkey clone of the webassembly spec repository
60 ^js/src/wasm/spec
62 # Java HTML5 parser classes
63 ^parser/html/java/(html|java)parser/
65 # SVN directories
66 \.svn/
68 # Ignore the files and directory that Eclipse IDE creates
69 \.project$
70 \.cproject$
71 \.settings/
73 # Ignore the files and directory that JetBrains IDEs create.
74 \.idea/
75 \.iml$
76 # Android Monitor in Android Studio creates a captures/ directory.
77 ^captures/
79 # Gradle cache.
80 ^.gradle/
81 ^tools/infer/test/.gradle/
83 # Local Gradle configuration properties.
84 ^local.properties$
86 # Python stuff installed at build time.
87 ^third_party/python/psutil/.*\.so
88 ^third_party/python/psutil/.*\.pyd
89 ^third_party/python/psutil/build/
90 ^third_party/python/psutil/tmp/
92 # Git repositories
93 .git/
95 # Ignore chrome.manifest files from the devtools loader
96 ^devtools/client/chrome.manifest$
97 ^devtools/shared/chrome.manifest$
99 # Ignore node_modules directories in devtools
100 ^devtools/.*/node_modules/
102 # git checkout of libstagefright
103 ^media/libstagefright/android$
105 # Tag files generated by GNU Global
106 (^|/)GTAGS$
107 (^|/)GRTAGS$
108 (^|/)GSYMS$
109 (^|/)GPATH$
111 # Git clone directory for updating web-platform-tests
112 ^testing/web-platform/sync/
114 # Third party metadata for web-platform-tests
115 ^testing/web-platform/products/
117 # Android Gradle artifacts.
118 ^mobile/android/gradle/.gradle
120 # XCode project cruft
121 ^[^/]*\.xcodeproj/
123 # Rust/Cargo output from running `cargo` directly
124 ^target/
126 # Ignore mozharness execution files
127 ^testing/mozharness/.tox/
128 ^testing/mozharness/build/
129 ^testing/mozharness/logs/
130 ^testing/mozharness/.coverage
131 ^testing/mozharness/nosetests.xml
133 # Ignore tox generated dir
134 .tox/
136 # Ignore ESLint and other tool's node_modules.
137 ^node_modules/
138 ^tools/browsertime/node_modules/
139 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
141 # Ignore talos virtualenv and tp5n files.
142 # The tp5n set is supposed to be decompressed at
143 # testing/talos/talos/tests/tp5n in order to run tests like tps
144 # locally. Similarly, running talos requires a Python package virtual
145 # environment. Both the virtual environment and tp5n files end up littering
146 # the status command, so we ignore them.
147 ^testing/talos/.Python
148 ^testing/talos/bin/
149 ^testing/talos/include/
150 ^testing/talos/lib/
151 ^testing/talos/talos/tests/tp5n.zip
152 ^testing/talos/talos/tests/tp5n.tar.gz
153 ^testing/talos/talos/tests/tp5n
154 ^testing/talos/talos/tests/devtools/damp.manifest.develop
155 ^talos-venv
156 ^py3venv
157 ^testing/talos/talos/mitmproxy/mitmdump
158 ^testing/talos/talos/mitmproxy/mitmproxy
159 ^testing/talos/talos/mitmproxy/mitmweb
161 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
162 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
163 # i.e. speedometer, motionmark, stylebench
164 ^testing/talos/talos/tests/webkit/PerformanceTests
166 # Ignore toolchains.json created by tooltool.
167 ^toolchains\.json
169 # Ignore files created when running a reftest.
170 ^lextab.py$
172 # tup database
173 ^\.tup
175 # Ignore sync tps logs and reports
176 tps\.log
177 tps_result\.json
179 # Ignore Visual Studio Code workspace files.
180 \.vscode/(?!extensions\.json|tasks\.json)
182 # Ignore Infer output
183 ^infer-out/
185 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
186 ^comm/
188 # Ignore various raptor performance framework files
189 ^testing/raptor/.raptor-venv
190 ^testing/raptor/raptor-venv
191 ^testing/raptor/raptor/tests/json/
192 ^testing/raptor/webext/raptor/auto_gen_test_config.js
194 # Ignore browsertime output directory
195 ^browsertime-results
197 # Ignore the build directories of WebRender standalone builds.
198 gfx/wr/target/
200 # Ignore this files in certviewer
201 toolkit/components/certviewer/content/node_modules/
202 toolkit/components/certviewer/content/package-lock.json