Bug 783551 - Get tooltool running on the b2g on OS X builds. r=respindola
[gecko.git] / .gitignore
blob93ffa306da47e2dc741072fde8ab5a630d6ae941
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 # User files that may appear at the root
16 /.mozconfig*
17 /mozconfig
18 /configure
19 /config.cache
20 /config.log
21 /.clang_complete
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/
33 # SpiderMonkey configury
34 js/src/configure
35 js/src/autom4te.cache
36 # SpiderMonkey test result logs
37 js/src/tests/results-*.html
38 js/src/tests/results-*.txt
40 # Java HTML5 parser classes
41 parser/html/java/htmlparser/
42 parser/html/java/javaparser/
44 # Ignore the files and directory that Eclipse IDE creates
45 .project
46 .cproject
47 .settings/
49 # Python stuff installed at build-time
50 *.egg-info/