Bug 731795 - MOZ_SOURCESTAMP_FILE shouldn't depend on MOZ_PKG_PRETTYNAMES. r=khuey
[gecko.git] / .gitignore
blobceb4f93b369d53eb6841484f63aac4308a03d7a3
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
22 # Empty marker file that's generated when we check out NSS
23 security/manager/.nss.checkout
25 # Build directories
26 /obj*/
28 # Build directories for js shell
29 */_DBG.OBJ/
30 */_OPT.OBJ/
32 # SpiderMonkey configury
33 js/src/configure
34 js/src/autom4te.cache
35 # SpiderMonkey test result logs
36 js/src/tests/results-*.html
37 js/src/tests/results-*.txt
39 # Java HTML5 parser classes
40 parser/html/java/htmlparser/
41 parser/html/java/javaparser/
43 # Ignore the files and directory that Eclipse IDE creates
44 .project
45 .cproject
46 .settings/