Bug 1398908 - Add automated test that uses nonexistent script from extension JAR...
[gecko.git] / .hgignore
blob626d51b96af433a01d1b13c55005a835023390d5
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
12 # Vim swap files.
13 ^\.sw.$
14 .[^/]*\.sw.$
16 # Emacs directory variable files.
17 \.dir-locals\.el
19 # User files that may appear at the root
20 ^\.mozconfig
21 ^mozconfig*
22 ^configure$
23 ^old-configure$
24 ^config\.cache$
25 ^config\.log$
26 ^\.clang_complete
27 ^\.?machrc$
29 # Empty marker file that's generated when we check out NSS
30 ^security/manager/\.nss\.checkout$
32 # Build directories
33 ^obj
35 # gecko.log is generated by various test harnesses
36 ^gecko\.log
38 # Build directories for js shell
39 _DBG\.OBJ/
40 _OPT\.OBJ/
41 ^js/src/.*-obj/
43 # SpiderMonkey configury
44 ^js/src/configure$
45 ^js/src/old-configure$
46 ^js/src/autom4te.cache$
47 # SpiderMonkey test result logs
48 ^js/src/tests/results-.*\.(html|txt)$
49 ^js/src/devtools/rootAnalysis/t/out
50 # SpiderMonkey clone of the webassembly spec repository
51 ^js/src/wasm/spec
53 # Java HTML5 parser classes
54 ^parser/html/java/(html|java)parser/
56 # SVN directories
57 \.svn/
59 # Ignore the files and directory that Eclipse IDE creates
60 \.project$
61 \.cproject$
62 \.settings/
64 # Ignore the files and directory that JetBrains IDEs create.
65 \.idea/
66 \.iml$
67 # Android Monitor in Android Studio creates a captures/ directory.
68 ^captures/
70 # Gradle cache.
71 ^.gradle/
73 # Local Gradle configuration properties.
74 ^local.properties$
76 # Python stuff installed at build time.
77 ^third_party/python/psutil/.*\.so
78 ^third_party/python/psutil/.*\.pyd
79 ^third_party/python/psutil/build/
81 # Git repositories
82 .git/
84 # Ignore chrome.manifest files from the devtools loader
85 ^devtools/client/chrome.manifest$
86 ^devtools/shared/chrome.manifest$
88 # Ignore node_modules directories in devtools
89 ^devtools/.*/node_modules/
91 # git checkout of libstagefright
92 ^media/libstagefright/android$
94 # Tag files generated by GNU Global
95 GTAGS
96 GRTAGS
97 GSYMS
98 GPATH
100 # Git clone directory for updating web-platform-tests
101 ^testing/web-platform/sync/
103 # Third party metadata for web-platform-tests
104 ^testing/web-platform/products/
106 # Android Gradle artifacts.
107 ^mobile/android/gradle/.gradle
109 # XCode project cruft
110 ^[^/]*\.xcodeproj/
111 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
112 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
114 # Ignore mozharness execution files
115 ^testing/mozharness/.tox/
116 ^testing/mozharness/build/
117 ^testing/mozharness/logs/
118 ^testing/mozharness/.coverage
119 ^testing/mozharness/nosetests.xml
121 # Ignore tox generated dir
122 .tox/
124 # Ignore ESLint node_modules
125 ^node_modules/
126 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
128 # Ignore talos virtualenv and tp5n files.
129 # The tp5n set is supposed to be decompressed at
130 # testing/talos/talos/tests/tp5n in order to run tests like tps
131 # locally. Similarly, running talos requires a Python package virtual
132 # environment. Both the virtual environment and tp5n files end up littering
133 # the status command, so we ignore them.
134 ^testing/talos/.Python
135 ^testing/talos/bin/
136 ^testing/talos/include/
137 ^testing/talos/lib/
138 ^testing/talos/talos/tests/tp5n.zip
139 ^testing/talos/talos/tests/tp5n.tar.gz
140 ^testing/talos/talos/tests/tp5n
141 ^testing/talos/talos/tests/devtools/damp.manifest.develop
142 ^talos-venv
143 ^py3venv
144 ^testing/talos/talos/mitmproxy/mitmdump
145 ^testing/talos/talos/mitmproxy/mitmproxy
146 ^testing/talos/talos/mitmproxy/mitmweb
148 # Ignore files created when running a reftest.
149 ^lextab.py$
151 # tup database
152 ^\.tup
154 # Ignore sync tps logs and reports
155 tps\.log
156 tps_result\.json
158 # Ignore Visual Studio Code workspace files.
159 \.vscode/(?!extensions\.json|tasks\.json)
161 subinclude:servo/.hgignore
163 # Ignore Infer output
164 ^infer-out/