Bug 1514743 [wpt PR 14563] - Remove support for testharness/reftest tests in IE,...
[gecko.git] / .hgignore
blob7b3a8cb5ca969ffa7302cb782e61c56eca3adb9f
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 \.gcda
12 \.gcno
13 \.gcov
14 compile_commands\.json
16 # Vim swap files.
17 ^\.sw.$
18 .[^/]*\.sw.$
20 # Emacs directory variable files.
21 \.dir-locals\.el
23 # User files that may appear at the root
24 ^\.mozconfig
25 ^mozconfig*
26 ^configure$
27 ^old-configure$
28 ^config\.cache$
29 ^config\.log$
30 ^\.clang_complete
31 ^\.?machrc$
33 # Empty marker file that's generated when we check out NSS
34 ^security/manager/\.nss\.checkout$
36 # Build directories
37 ^obj
39 # gecko.log is generated by various test harnesses
40 ^gecko\.log
42 # Build directories for js shell
43 _DBG\.OBJ/
44 _OPT\.OBJ/
45 ^js/src/.*-obj/
46 ^js/src/obj-.*/
48 # SpiderMonkey configury
49 ^js/src/configure$
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
56 ^js/src/wasm/spec
58 # Java HTML5 parser classes
59 ^parser/html/java/(html|java)parser/
61 # SVN directories
62 \.svn/
64 # Ignore the files and directory that Eclipse IDE creates
65 \.project$
66 \.cproject$
67 \.settings/
69 # Ignore the files and directory that JetBrains IDEs create.
70 \.idea/
71 \.iml$
72 # Android Monitor in Android Studio creates a captures/ directory.
73 ^captures/
75 # Gradle cache.
76 ^.gradle/
77 ^tools/infer/test/.gradle/
79 # Local Gradle configuration properties.
80 ^local.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/
88 # Git repositories
89 .git/
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
102 GTAGS
103 GRTAGS
104 GSYMS
105 GPATH
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
117 ^[^/]*\.xcodeproj/
118 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
119 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
121 # Rust/Cargo output from running `cargo` directly
122 ^target/
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
132 .tox/
134 # Ignore ESLint node_modules
135 ^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
145 ^testing/talos/bin/
146 ^testing/talos/include/
147 ^testing/talos/lib/
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
152 ^talos-venv
153 ^py3venv
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.
164 ^toolchains\.json
166 # Ignore files created when running a reftest.
167 ^lextab.py$
169 # tup database
170 ^\.tup
172 # Ignore sync tps logs and reports
173 tps\.log
174 tps_result\.json
176 # Ignore Visual Studio Code workspace files.
177 \.vscode/(?!extensions\.json|tasks\.json)
179 # Ignore Infer output
180 ^infer-out/
182 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
183 ^comm/
185 # Ignore various raptor performance framework files
186 ^testing/raptor/.raptor-venv
187 ^testing/raptor/raptor-venv
188 ^testing/raptor/raptor/tests/.*.json
189 ^testing/raptor/webext/raptor/auto_gen_test_config.js
191 # Ignore file generated by lalrpop at build time.
192 ^third_party/rust/lalrpop/src/parser/lrgrammar.rs