Bug 767636 - Expose plugin fallback type to extensions. r=josh
[gecko.git] / .hgignore
blob6c4a78e9093de9a3767b1dd1a086a6afab20e7ef
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 # Vim swap files.
11 ^\.sw.$
12 .[^/]*\.sw.$
14 # User files that may appear at the root
15 ^\.mozconfig
16 ^mozconfig*
17 ^configure$
18 ^config\.cache$
19 ^config\.log$
20 ^\.clang_complete
22 # Empty marker file that's generated when we check out NSS
23 ^security/manager/\.nss\.checkout$
25 # Build directories
26 ^obj
28 # Build directories for js shell
29 _DBG\.OBJ/
30 _OPT\.OBJ/
32 # SpiderMonkey configury
33 ^js/src/configure$
34 ^js/src/autom4te.cache$
35 # SpiderMonkey test result logs
36 ^js/src/tests/results-.*\.(html|txt)$
38 # Java HTML5 parser classes
39 ^parser/html/java/(html|java)parser/
41 # SVN directories
42 \.svn/
44 # Ignore the files and directory that Eclipse IDE creates
45 \.project$
46 \.cproject$
47 \.settings/
49 # Python stuff installed at build-time
50 \.egg-info/