Bug 1368115 - Enable most of the remaining test suites for linux64-ccov. r=jmaher
[gecko.git] / .hgignore
blob070c218a1238558474f451f9a8a2f64522c5ec4a
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$
68 # Gradle cache.
69 ^.gradle/
71 # Local Gradle configuration properties.
72 ^local.properties$
74 # Python stuff installed at build time.
75 ^third_party/python/psutil/.*\.so
76 ^third_party/python/psutil/.*\.pyd
77 ^third_party/python/psutil/build/
79 # Git repositories
80 .git/
82 # Ignore chrome.manifest files from the devtools loader
83 ^devtools/client/chrome.manifest$
84 ^devtools/shared/chrome.manifest$
86 # Ignore node_modules directories in devtools
87 ^devtools/.*/node_modules/
89 # git checkout of libstagefright
90 ^media/libstagefright/android$
92 # Tag files generated by GNU Global
93 GTAGS
94 GRTAGS
95 GSYMS
96 GPATH
98 # Git clone directory for updating web-platform-tests
99 ^testing/web-platform/sync/
101 # Third party metadata for web-platform-tests
102 ^testing/web-platform/products/
104 # Android Gradle artifacts.
105 ^mobile/android/gradle/.gradle
107 # XCode project cruft
108 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
109 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
111 # Ignore mozharness execution files
112 ^testing/mozharness/.tox/
113 ^testing/mozharness/build/
114 ^testing/mozharness/logs/
115 ^testing/mozharness/.coverage
116 ^testing/mozharness/nosetests.xml
118 # Ignore tox generated dir
119 .tox/
121 # Ignore ESLint node_modules
122 ^node_modules/
124 # Ignore talos virtualenv and tp5n files.
125 # The tp5n set is supposed to be decompressed at
126 # testing/talos/talos/tests/tp5n in order to run tests like tps
127 # locally. Similarly, running talos requires a Python package virtual
128 # environment. Both the virtual environment and tp5n files end up littering
129 # the status command, so we ignore them.
130 ^testing/talos/.Python
131 ^testing/talos/bin/
132 ^testing/talos/include/
133 ^testing/talos/lib/
134 ^testing/talos/talos/tests/tp5n.zip
135 ^testing/talos/talos/tests/tp5n.tar.gz
136 ^testing/talos/talos/tests/tp5n
137 ^testing/talos/talos/tests/devtools/damp.manifest.develop
138 ^talos-venv
139 ^py3venv
141 # Ignore files created when running a reftest.
142 ^lextab.py$
144 # tup database
145 ^\.tup
147 # Ignore Visual Studio Code workspace files.
148 \.vscode/(?!extensions\.json|tasks\.json)
150 subinclude:servo/.hgignore
152 # Ignore Infer output
153 ^infer-out/