https://github.com/mozilla/gecko-dev
Revision b2ad6f0db8c5be660d987da9fc377118111e212c authored by ffxbld on 11 October 2012, 04:11:52 UTC, committed by ffxbld on 11 October 2012, 04:11:52 UTC
1 parent 18609ee
Raw File
Tip revision: b2ad6f0db8c5be660d987da9fc377118111e212c authored by ffxbld on 11 October 2012, 04:11:52 UTC
Added FENNEC_17_0b1_RELEASE FENNEC_17_0b1_BUILD2 tag(s) for changeset f02c5fb11741. DONTBUILD CLOSED TREE a=release
Tip revision: b2ad6f0
.gitignore
# .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
/.mozconfig*
/mozconfig
/configure
/config.cache
/config.log
/.clang_complete

# Empty marker file that's generated when we check out NSS
security/manager/.nss.checkout

# Build directories
/obj*/

# 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/

# Ignore the files and directory that Eclipse IDE creates
.project
.cproject
.settings/

# Python stuff installed at build-time
*.egg-info/
back to top