Bug 504474 JS_ValueToBoolean is void
[mozilla-central.git] / .hgignore
blobe7c33f9d30d9ac5c6fe923d2eb458478ebfc82a4
1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
4 ~$
5 \.pyc$
6 (^|/)TAGS$
7 (^|/)\.DS_Store$
9 # User files that may appear at the root
10 ^\.mozconfig
11 ^mozconfig
12 ^configure$
13 ^config\.cache$
14 ^config\.log$
15 ^ID$
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$
31 # Java HTML5 parser classes
32 ^parser/html/java/.*\.class$