Bug 1460771 [wpt PR 10958] - Compute correct sticky box constraints within scrollable...
[gecko.git] / .hgignore
blob43c3a0703fed19f34d26376aba3f0c992e927b4a
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
15 # Vim swap files.
16 ^\.sw.$
17 .[^/]*\.sw.$
19 # Emacs directory variable files.
20 \.dir-locals\.el
22 # User files that may appear at the root
23 ^\.mozconfig
24 ^mozconfig*
25 ^configure$
26 ^old-configure$
27 ^config\.cache$
28 ^config\.log$
29 ^\.clang_complete
30 ^\.?machrc$
32 # Empty marker file that's generated when we check out NSS
33 ^security/manager/\.nss\.checkout$
35 # Build directories
36 ^obj
38 # gecko.log is generated by various test harnesses
39 ^gecko\.log
41 # Build directories for js shell
42 _DBG\.OBJ/
43 _OPT\.OBJ/
44 ^js/src/.*-obj/
46 # SpiderMonkey configury
47 ^js/src/configure$
48 ^js/src/old-configure$
49 ^js/src/autom4te.cache$
50 # SpiderMonkey test result logs
51 ^js/src/tests/results-.*\.(html|txt)$
52 ^js/src/devtools/rootAnalysis/t/out
53 # SpiderMonkey clone of the webassembly spec repository
54 ^js/src/wasm/spec
56 # Java HTML5 parser classes
57 ^parser/html/java/(html|java)parser/
59 # SVN directories
60 \.svn/
62 # Ignore the files and directory that Eclipse IDE creates
63 \.project$
64 \.cproject$
65 \.settings/
67 # Ignore the files and directory that JetBrains IDEs create.
68 \.idea/
69 \.iml$
70 # Android Monitor in Android Studio creates a captures/ directory.
71 ^captures/
73 # Gradle cache.
74 ^.gradle/
76 # Local Gradle configuration properties.
77 ^local.properties$
79 # Python stuff installed at build time.
80 ^third_party/python/psutil/.*\.so
81 ^third_party/python/psutil/.*\.pyd
82 ^third_party/python/psutil/build/
83 ^third_party/python/psutil/tmp/
85 # Git repositories
86 .git/
88 # Ignore chrome.manifest files from the devtools loader
89 ^devtools/client/chrome.manifest$
90 ^devtools/shared/chrome.manifest$
92 # Ignore node_modules directories in devtools
93 ^devtools/.*/node_modules/
95 # git checkout of libstagefright
96 ^media/libstagefright/android$
98 # Tag files generated by GNU Global
99 GTAGS
100 GRTAGS
101 GSYMS
102 GPATH
104 # Git clone directory for updating web-platform-tests
105 ^testing/web-platform/sync/
107 # Third party metadata for web-platform-tests
108 ^testing/web-platform/products/
110 # Android Gradle artifacts.
111 ^mobile/android/gradle/.gradle
113 # XCode project cruft
114 ^[^/]*\.xcodeproj/
115 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
116 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
118 # Rust/Cargo output from running `cargo` directly
119 ^target/
121 # Ignore mozharness execution files
122 ^testing/mozharness/.tox/
123 ^testing/mozharness/build/
124 ^testing/mozharness/logs/
125 ^testing/mozharness/.coverage
126 ^testing/mozharness/nosetests.xml
128 # Ignore tox generated dir
129 .tox/
131 # Ignore ESLint node_modules
132 ^node_modules/
133 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
135 # Ignore talos virtualenv and tp5n files.
136 # The tp5n set is supposed to be decompressed at
137 # testing/talos/talos/tests/tp5n in order to run tests like tps
138 # locally. Similarly, running talos requires a Python package virtual
139 # environment. Both the virtual environment and tp5n files end up littering
140 # the status command, so we ignore them.
141 ^testing/talos/.Python
142 ^testing/talos/bin/
143 ^testing/talos/include/
144 ^testing/talos/lib/
145 ^testing/talos/talos/tests/tp5n.zip
146 ^testing/talos/talos/tests/tp5n.tar.gz
147 ^testing/talos/talos/tests/tp5n
148 ^testing/talos/talos/tests/devtools/damp.manifest.develop
149 ^talos-venv
150 ^py3venv
151 ^testing/talos/talos/mitmproxy/mitmdump
152 ^testing/talos/talos/mitmproxy/mitmproxy
153 ^testing/talos/talos/mitmproxy/mitmweb
155 # Ignore talos webkit benchmark files; source is copied from in-tree /third_party
156 # into testing/talos/talos/tests/webkit/PerformanceTests/ when run locally
157 # i.e. speedometer, motionmark, stylebench
158 ^testing/talos/talos/tests/webkit/PerformanceTests
160 # Ignore toolchains.json created by tooltool.
161 ^toolchains\.json
163 # Ignore files created when running a reftest.
164 ^lextab.py$
166 # tup database
167 ^\.tup
169 # Ignore sync tps logs and reports
170 tps\.log
171 tps_result\.json
173 # Ignore Visual Studio Code workspace files.
174 \.vscode/(?!extensions\.json|tasks\.json)
176 subinclude:servo/.hgignore
178 # Ignore Infer output
179 ^infer-out/
181 # https://bz.mercurial-scm.org/show_bug.cgi?id=5322
182 ^comm/
184 # Ignore various raptor performance framework files
185 ^testing/raptor/.raptor-venv
186 ^testing/raptor/raptor-venv
187 ^testing/raptor/raptor/tests/.*.json
188 ^testing/raptor/webext/raptor/auto_gen_test_config.js