Bumping manifests a=b2g-bump
[gecko.git] / .hgignore
blob037ed62a9a030fc4e4d01ef20d9e403a3433b9e7
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
75 # Unit tests for Loop
76 ^browser/components/loop/standalone/content/config\.js$
77 ^browser/components/loop/standalone/node_modules/
79 # Loop web client build/deploy dependencies
80 ^browser/components/loop/standalone/bower_components
82 # Loop legal content build/deploy artifacts
84 # XXX Once a grunt contrib-clean command has been added (bug 1066491), or
85 # once legal has centralized their ToS and PP hosting infrastructure,
86 # (expected Q4 2014) the legal doc build stuff for Loop can be removed,
87 # including the following three lines
88 ^browser/components/loop/standalone/content/legal/styles/.*\.css$
89 ^browser/components/loop/standalone/content/legal/terms/en_US\.html$