https://github.com/mozilla/gecko-dev
Raw File
Tip revision: db407080c2299748eb528331ad8cfbfe14198a26 authored by ffxbld on 12 October 2011, 00:36:23 UTC
Added tag FENNEC_8_0b3_BUILD1 for changeset 9e5a89bbd98c. CLOSED TREE a=release
Tip revision: db40708
.hgignore
# .hgignore - List of filenames hg should ignore

# Filenames that should be ignored wherever they appear
~$
\.py(c|o)$
(?i)(^|/)TAGS$
(^|/)ID$
(^|/)\.DS_Store$

# User files that may appear at the root
^\.mozconfig
^mozconfig$
^configure$
^config\.cache$
^config\.log$

# 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|txt)$

# Java HTML5 parser classes
^parser/html/java/(html|java)parser/
back to top