Bug 1036561 - Reduce log spam from SharedBufferManagerChild. r=nical, a=bajaj
[gecko.git] / .hgignore
blob84a037bbc915dcd944c658acb37a11936759aa22
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
21 ^mach.ini$
23 # Empty marker file that's generated when we check out NSS
24 ^security/manager/\.nss\.checkout$
26 # Build directories
27 ^obj
29 # Build directories for js shell
30 _DBG\.OBJ/
31 _OPT\.OBJ/
32 ^js/src/.*-obj/
34 # SpiderMonkey configury
35 ^js/src/configure$
36 ^js/src/autom4te.cache$
37 # SpiderMonkey test result logs
38 ^js/src/tests/results-.*\.(html|txt)$
40 # Java HTML5 parser classes
41 ^parser/html/java/(html|java)parser/
43 # SVN directories
44 \.svn/
46 # Ignore the files and directory that Eclipse IDE creates
47 \.project$
48 \.cproject$
49 \.settings/
51 # Ignore the directory that JetBrains IDEs create
52 \.idea/
54 # Python stuff installed at build time.
55 ^python/psutil/.*\.so
56 ^python/psutil/.*\.pyd
57 ^python/psutil/build/
59 # Git repositories
60 .git/
62 # Ignore chrome.manifest files from the devtools loader
63 ^browser/devtools/chrome.manifest$
64 ^toolkit/devtools/chrome.manifest$
66 # git checkout of libstagefright
67 ^media/libstagefright/android$
69 # Tag files generated by GNU Global
70 GTAGS
71 GRTAGS
72 GSYMS
73 GPATH