webdriver: Implement Fullscreen command support (#100)
[gecko.git] / .hgignore
blobf0ddb2507fce9f27d5ee13819c0c30711c1fad68
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 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
111 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
113 # Ignore mozharness execution files
114 ^testing/mozharness/.tox/
115 ^testing/mozharness/build/
116 ^testing/mozharness/logs/
117 ^testing/mozharness/.coverage
118 ^testing/mozharness/nosetests.xml
120 # Ignore tox generated dir
121 .tox/
123 # Ignore ESLint node_modules
124 ^node_modules/
125 ^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
127 # Ignore talos virtualenv and tp5n files.
128 # The tp5n set is supposed to be decompressed at
129 # testing/talos/talos/tests/tp5n in order to run tests like tps
130 # locally. Similarly, running talos requires a Python package virtual
131 # environment. Both the virtual environment and tp5n files end up littering
132 # the status command, so we ignore them.
133 ^testing/talos/.Python
134 ^testing/talos/bin/
135 ^testing/talos/include/
136 ^testing/talos/lib/
137 ^testing/talos/talos/tests/tp5n.zip
138 ^testing/talos/talos/tests/tp5n.tar.gz
139 ^testing/talos/talos/tests/tp5n
140 ^testing/talos/talos/tests/devtools/damp.manifest.develop
141 ^talos-venv
142 ^py3venv
143 ^testing/talos/talos/mitmproxy/mitmdump
144 ^testing/talos/talos/mitmproxy/mitmproxy
145 ^testing/talos/talos/mitmproxy/mitmweb
147 # Ignore files created when running a reftest.
148 ^lextab.py$
150 # tup database
151 ^\.tup
153 # Ignore Visual Studio Code workspace files.
154 \.vscode/(?!extensions\.json|tasks\.json)
156 subinclude:servo/.hgignore
158 # Ignore Infer output
159 ^infer-out/