Bug 1226301. Remove Shumway from b2gdroid nightly builds. r=fabrice
[gecko.git] / .gitignore
blob92015b63dc56c7e34e02617bf8e379c4399a5eea
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*
11 *.pdb
13 # Vim swap files.
14 .*.sw[a-z]
16 # Emacs directory variable files.
17 **/.dir-locals.el
19 # User files that may appear at the root
20 /.mozconfig*
21 /mozconfig
22 /configure
23 /config.cache
24 /config.log
25 /.clang_complete
26 /mach.ini
28 # Empty marker file that's generated when we check out NSS
29 security/manager/.nss.checkout
31 # Build directories
32 /obj*/
34 # Build directories for js shell
35 _DBG.OBJ/
36 _OPT.OBJ/
38 # SpiderMonkey configury
39 js/src/configure
40 js/src/autom4te.cache
41 # SpiderMonkey test result logs
42 js/src/tests/results-*.html
43 js/src/tests/results-*.txt
45 # Java HTML5 parser classes
46 parser/html/java/htmlparser/
47 parser/html/java/javaparser/
49 # Ignore the files and directory that Eclipse IDE creates
50 .project
51 .cproject
52 .settings/
54 # Python virtualenv artifacts.
55 python/psutil/**/*.so
56 python/psutil/**/*.pyd
57 python/psutil/build/
59 # Ignore chrome.manifest files from the devtools loader
60 devtools/client/chrome.manifest
61 devtools/shared/chrome.manifest
63 # Tag files generated by GNU Global
64 GTAGS
65 GRTAGS
66 GSYMS
67 GPATH
69 # Git clone directory for updating web-platform-tests
70 testing/web-platform/sync/
72 # Android Gradle artifacts.
73 mobile/android/gradle/.gradle
75 # Ignore node_modules from eslint-plugin-mozilla
76 testing/eslint-plugin-mozilla/node_modules/
78 # Ignore talos virtualenv and tp5n files.
79 # The tp5n set is supposed to be decompressed at
80 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
81 # locally. Similarly, running talos requires a Python package virtual
82 # environment. Both the virtual environment and tp5n files end up littering
83 # the status command, so we ignore them.
84 testing/talos/.Python
85 testing/talos/bin/
86 testing/talos/include/
87 testing/talos/lib/
88 testing/talos/talos/page_load_test/tp5n/