Bug 1576631 - include 'variables' in generated actions.json r=nalexander
[gecko.git] / .hgignore
blob30a799d142484ea0e5179c7a6b843ce6794cba8e
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 # Ignore node_module directories and npm artifacts
103 ^remote/test/puppeteer/package-lock.json
104 ^remote/test/puppeteer/node_modules/
106 # git checkout of libstagefright
107 ^media/libstagefright/android$
109 # Tag files generated by GNU Global
110 (^|/)GTAGS$
111 (^|/)GRTAGS$
112 (^|/)GSYMS$
113 (^|/)GPATH$
115 # Git clone directory for updating web-platform-tests
116 ^testing/web-platform/sync/
118 # Third party metadata for web-platform-tests
119 ^testing/web-platform/products/
121 # Android Gradle artifacts.
122 ^mobile/android/gradle/.gradle
124 # XCode project cruft
125 ^[^/]*\.xcodeproj/
127 # Rust/Cargo output from running `cargo` directly
128 ^target/
130 # Ignore mozharness execution files
131 ^testing/mozharness/.tox/
132 ^testing/mozharness/build/
133 ^testing/mozharness/logs/
134 ^testing/mozharness/.coverage
135 ^testing/mozharness/nosetests.xml
137 # Ignore tox generated dir
138 .tox/
140 # Ignore ESLint and other tool's node_modules.
141 ^node_modules/
142 ^tools/browsertime/node_modules/
143 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
145 # Ignore talos virtualenv and tp5n files.
146 # The tp5n set is supposed to be decompressed at
147 # testing/talos/talos/tests/tp5n in order to run tests like tps
148 # locally. Similarly, running talos requires a Python package virtual
149 # environment. Both the virtual environment and tp5n files end up littering
150 # the status command, so we ignore them.
151 ^testing/talos/.Python
152 ^testing/talos/bin/
153 ^testing/talos/include/
154 ^testing/talos/lib/
155 ^testing/talos/talos/tests/tp5n.zip
156 ^testing/talos/talos/tests/tp5n.tar.gz
157 ^testing/talos/talos/tests/tp5n
158 ^testing/talos/talos/tests/devtools/damp.manifest.develop
159 ^talos-venv
160 ^py3venv
161 ^testing/talos/talos/mitmproxy/mitmdump
162 ^testing/talos/talos/mitmproxy/mitmproxy
163 ^testing/talos/talos/mitmproxy/mitmweb
165 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
166 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
167 # i.e. speedometer, motionmark, stylebench
168 ^testing/talos/talos/tests/webkit/PerformanceTests
170 # Ignore toolchains.json created by tooltool.
171 ^toolchains\.json
173 # Ignore files created when running a reftest.
174 ^lextab.py$
176 # tup database
177 ^\.tup
179 # Ignore sync tps logs and reports
180 tps\.log
181 tps_result\.json
183 # Ignore Visual Studio Code workspace files.
184 \.vscode/(?!extensions\.json|tasks\.json)
186 # Ignore Infer output
187 ^infer-out/
189 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
190 ^comm/
192 # Ignore various raptor performance framework files
193 ^testing/raptor/.raptor-venv
194 ^testing/raptor/raptor-venv
195 ^testing/raptor/raptor/tests/json/
196 ^testing/raptor/webext/raptor/auto_gen_test_config.js
198 # Ignore browsertime output directory
199 ^browsertime-results
201 # Ignore the build directories of WebRender standalone builds.
202 gfx/wr/target/
204 # Ignore this files in certviewer
205 toolkit/components/certviewer/content/node_modules/
206 toolkit/components/certviewer/content/package-lock.json