2007-09-26 04:49:12 +04:00
|
|
|
# .hgignore - List of filenames hg should ignore
|
|
|
|
|
|
|
|
# Filenames that should be ignored wherever they appear
|
2007-07-12 22:09:30 +04:00
|
|
|
~$
|
2007-09-26 04:49:12 +04:00
|
|
|
\.pyc$
|
|
|
|
|
|
|
|
# User files that may appear at the root
|
|
|
|
^\.mozconfig$
|
|
|
|
^\.mozconfig\.mk$
|
|
|
|
^\.mozconfig\.out$
|
|
|
|
^configure$
|
|
|
|
^config\.cache$
|
|
|
|
^config\.log$
|
|
|
|
|
|
|
|
# subtrees from other repositories
|
2007-07-12 22:09:30 +04:00
|
|
|
^nsprpub/
|
|
|
|
^dbm/
|
|
|
|
^security/nss/
|
|
|
|
^security/coreconf/
|
|
|
|
^security/dbm/
|
2007-09-26 04:49:12 +04:00
|
|
|
|
|
|
|
# Build directories
|
|
|
|
^obj-
|
|
|
|
^objdir-
|
|
|
|
|
|
|
|
# Build directories for js shell
|
|
|
|
_DBG\.OBJ/
|
|
|
|
_OPT\.OBJ/
|
|
|
|
|