Merge mozilla-central and tracemonkey. (a=blockers)
[mozilla-central.git] / .hgignore
blobaf60947c152c48133a995816f895daea0eed814c
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$
10 # User files that may appear at the root
11 ^\.mozconfig
12 ^mozconfig$
13 ^configure$
14 ^config\.cache$
15 ^config\.log$
17 # Empty marker file that's generated when we check out NSS
18 ^security/manager/\.nss\.checkout$
20 # Build directories
21 ^obj
23 # Build directories for js shell
24 _DBG\.OBJ/
25 _OPT\.OBJ/
27 # SpiderMonkey configury
28 ^js/src/configure$
29 ^js/src/autom4te.cache$
30 # SpiderMonkey test result logs
31 ^js/src/tests/results-.*\.(html|txt)$
33 # Java HTML5 parser classes
34 ^parser/html/java/(html|java)parser/