Bug 1494162 - Part 6: Lazy load the modules in the ElementContainer. r=pbro
[gecko.git] / .hgignore
blob04ae7f88cbfbf64d207fe464f6c173df6891a108
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/
78 # Local Gradle configuration properties.
79 ^local.properties$
81 # Python stuff installed at build time.
82 ^third_party/python/psutil/.*\.so
83 ^third_party/python/psutil/.*\.pyd
84 ^third_party/python/psutil/build/
85 ^third_party/python/psutil/tmp/
87 # Git repositories
88 .git/
90 # Ignore chrome.manifest files from the devtools loader
91 ^devtools/client/chrome.manifest$
92 ^devtools/shared/chrome.manifest$
94 # Ignore node_modules directories in devtools
95 ^devtools/.*/node_modules/
97 # git checkout of libstagefright
98 ^media/libstagefright/android$
100 # Tag files generated by GNU Global
101 GTAGS
102 GRTAGS
103 GSYMS
104 GPATH
106 # Git clone directory for updating web-platform-tests
107 ^testing/web-platform/sync/
109 # Third party metadata for web-platform-tests
110 ^testing/web-platform/products/
112 # Android Gradle artifacts.
113 ^mobile/android/gradle/.gradle
115 # XCode project cruft
116 ^[^/]*\.xcodeproj/
117 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
118 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
120 # Rust/Cargo output from running `cargo` directly
121 ^target/
123 # Ignore mozharness execution files
124 ^testing/mozharness/.tox/
125 ^testing/mozharness/build/
126 ^testing/mozharness/logs/
127 ^testing/mozharness/.coverage
128 ^testing/mozharness/nosetests.xml
130 # Ignore tox generated dir
131 .tox/
133 # Ignore ESLint node_modules
134 ^node_modules/
135 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
137 # Ignore talos virtualenv and tp5n files.
138 # The tp5n set is supposed to be decompressed at
139 # testing/talos/talos/tests/tp5n in order to run tests like tps
140 # locally. Similarly, running talos requires a Python package virtual
141 # environment. Both the virtual environment and tp5n files end up littering
142 # the status command, so we ignore them.
143 ^testing/talos/.Python
144 ^testing/talos/bin/
145 ^testing/talos/include/
146 ^testing/talos/lib/
147 ^testing/talos/talos/tests/tp5n.zip
148 ^testing/talos/talos/tests/tp5n.tar.gz
149 ^testing/talos/talos/tests/tp5n
150 ^testing/talos/talos/tests/devtools/damp.manifest.develop
151 ^talos-venv
152 ^py3venv
153 ^testing/talos/talos/mitmproxy/mitmdump
154 ^testing/talos/talos/mitmproxy/mitmproxy
155 ^testing/talos/talos/mitmproxy/mitmweb
157 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
158 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
159 # i.e. speedometer, motionmark, stylebench
160 ^testing/talos/talos/tests/webkit/PerformanceTests
162 # Ignore toolchains.json created by tooltool.
163 ^toolchains\.json
165 # Ignore files created when running a reftest.
166 ^lextab.py$
168 # tup database
169 ^\.tup
171 # Ignore sync tps logs and reports
172 tps\.log
173 tps_result\.json
175 # Ignore Visual Studio Code workspace files.
176 \.vscode/(?!extensions\.json|tasks\.json)
178 subinclude:servo/.hgignore
180 # Ignore Infer output
181 ^infer-out/
183 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
184 ^comm/
186 # Ignore various raptor performance framework files
187 ^testing/raptor/.raptor-venv
188 ^testing/raptor/raptor-venv
189 ^testing/raptor/raptor/tests/.*.json
190 ^testing/raptor/webext/raptor/auto_gen_test_config.js