2007-09-25 17:49:12 -07:00
|
|
|
# .hgignore - List of filenames hg should ignore
|
|
|
|
|
|
|
|
# Filenames that should be ignored wherever they appear
|
2007-07-12 11:09:30 -07:00
|
|
|
~$
|
2007-09-25 17:49:12 -07:00
|
|
|
\.pyc$
|
|
|
|
|
|
|
|
# User files that may appear at the root
|
|
|
|
^\.mozconfig$
|
2008-05-15 17:39:35 -07:00
|
|
|
^mozconfig$
|
2007-09-25 17:49:12 -07:00
|
|
|
^\.mozconfig\.mk$
|
|
|
|
^\.mozconfig\.out$
|
|
|
|
^configure$
|
|
|
|
^config\.cache$
|
|
|
|
^config\.log$
|
|
|
|
|
2008-05-14 22:54:06 -07:00
|
|
|
# Empty marker file that's generated when we check out NSS
|
|
|
|
^security/manager/\.nss\.checkout$
|
|
|
|
|
2007-09-25 17:49:12 -07:00
|
|
|
# subtrees from other repositories
|
2007-07-12 11:09:30 -07:00
|
|
|
^nsprpub/
|
|
|
|
^dbm/
|
|
|
|
^security/nss/
|
|
|
|
^security/coreconf/
|
|
|
|
^security/dbm/
|
2007-09-25 17:49:12 -07:00
|
|
|
|
|
|
|
# Build directories
|
|
|
|
^obj-
|
|
|
|
^objdir-
|
|
|
|
|
|
|
|
# Build directories for js shell
|
|
|
|
_DBG\.OBJ/
|
|
|
|
_OPT\.OBJ/
|
|
|
|
|