2011-10-26 16:25:40 +00:00
|
|
|
# .gitignore - List of filenames git should ignore
|
|
|
|
|
|
|
|
# Filenames that should be ignored wherever they appear
|
|
|
|
*~
|
|
|
|
*.pyc
|
|
|
|
*.pyo
|
|
|
|
TAGS
|
|
|
|
tags
|
|
|
|
ID
|
|
|
|
.DS_Store*
|
|
|
|
|
|
|
|
# Vim swap files.
|
|
|
|
.*.sw[a-z]
|
|
|
|
|
|
|
|
# User files that may appear at the root
|
2011-11-15 11:57:26 +00:00
|
|
|
/.mozconfig*
|
|
|
|
/mozconfig
|
|
|
|
/configure
|
|
|
|
/config.cache
|
|
|
|
/config.log
|
2012-05-18 17:55:58 +00:00
|
|
|
/.clang_complete
|
2012-09-26 16:43:54 +00:00
|
|
|
/mach.ini
|
2011-10-26 16:25:40 +00:00
|
|
|
|
|
|
|
# Empty marker file that's generated when we check out NSS
|
|
|
|
security/manager/.nss.checkout
|
|
|
|
|
|
|
|
# Build directories
|
2012-01-26 20:53:56 +00:00
|
|
|
/obj*/
|
2011-10-26 16:25:40 +00:00
|
|
|
|
|
|
|
# Build directories for js shell
|
|
|
|
*/_DBG.OBJ/
|
|
|
|
*/_OPT.OBJ/
|
|
|
|
|
|
|
|
# SpiderMonkey configury
|
|
|
|
js/src/configure
|
|
|
|
js/src/autom4te.cache
|
|
|
|
# SpiderMonkey test result logs
|
|
|
|
js/src/tests/results-*.html
|
|
|
|
js/src/tests/results-*.txt
|
|
|
|
|
|
|
|
# Java HTML5 parser classes
|
|
|
|
parser/html/java/htmlparser/
|
|
|
|
parser/html/java/javaparser/
|
2012-01-16 21:31:44 +00:00
|
|
|
|
|
|
|
# Ignore the files and directory that Eclipse IDE creates
|
2012-02-13 22:36:16 +00:00
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.settings/
|
2012-09-19 18:20:19 +00:00
|
|
|
|
|
|
|
# Python virtualenv artifacts.
|
2012-09-22 00:04:05 +00:00
|
|
|
python/psutil/*.so
|
|
|
|
python/psutil/*.pyd
|
2012-09-19 18:20:19 +00:00
|
|
|
python/psutil/build/
|
2013-04-30 07:22:25 +00:00
|
|
|
|
|
|
|
# Ignore chrome.manifest files from the devtools loader
|
|
|
|
browser/devtools/chrome.manifest
|
|
|
|
toolkit/devtools/chrome.manifest
|