Bumping manifests a=b2g-bump
[gecko.git] / .gitignore
blob8f5f436d6cc96d79eef99773566c9ca457913f42
1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
4 *~
5 *.pyc
6 *.pyo
7 TAGS
8 tags
9 ID
10 .DS_Store*
12 # Vim swap files.
13 .*.sw[a-z]
15 # Emacs directory variable files.
16 **/.dir-locals.el
18 # User files that may appear at the root
19 /.mozconfig*
20 /mozconfig
21 /configure
22 /config.cache
23 /config.log
24 /.clang_complete
25 /mach.ini
27 # Empty marker file that's generated when we check out NSS
28 security/manager/.nss.checkout
30 # Build directories
31 /obj*/
33 # Build directories for js shell
34 */_DBG.OBJ/
35 */_OPT.OBJ/
37 # SpiderMonkey configury
38 js/src/configure
39 js/src/autom4te.cache
40 # SpiderMonkey test result logs
41 js/src/tests/results-*.html
42 js/src/tests/results-*.txt
44 # Java HTML5 parser classes
45 parser/html/java/htmlparser/
46 parser/html/java/javaparser/
48 # Ignore the files and directory that Eclipse IDE creates
49 .project
50 .cproject
51 .settings/
53 # Python virtualenv artifacts.
54 python/psutil/*.so
55 python/psutil/*.pyd
56 python/psutil/build/
58 # Ignore chrome.manifest files from the devtools loader
59 browser/devtools/chrome.manifest
60 toolkit/devtools/chrome.manifest
62 # Tag files generated by GNU Global
63 GTAGS
64 GRTAGS
65 GSYMS
66 GPATH
68 # Git clone directory for updating web-platform-tests
69 testing/web-platform/sync/
71 # Android Gradle artifacts.
72 mobile/android/gradle/.gradle