Bug 752461 - Hide click-to-play overlays when choosing "never activate plugins.....
[gecko.git] / .hgignore
blobb0dae3cf2df9c74907af86bcb28286fe06023840
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$
21 # Empty marker file that's generated when we check out NSS
22 ^security/manager/\.nss\.checkout$
24 # Build directories
25 ^obj
27 # Build directories for js shell
28 _DBG\.OBJ/
29 _OPT\.OBJ/
31 # SpiderMonkey configury
32 ^js/src/configure$
33 ^js/src/autom4te.cache$
34 # SpiderMonkey test result logs
35 ^js/src/tests/results-.*\.(html|txt)$
37 # Java HTML5 parser classes
38 ^parser/html/java/(html|java)parser/
40 # SVN directories
41 \.svn/
43 # Ignore the files and directory that Eclipse IDE creates
44 \.project$
45 \.cproject$
46 \.settings/