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$
|
2008-07-09 10:03:31 -07:00
|
|
|
(^|/)TAGS$
|
2008-08-23 21:21:00 -07:00
|
|
|
\.DS_Store$
|
2007-09-25 17:49:12 -07:00
|
|
|
|
|
|
|
# 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-07-09 10:03:31 -07:00
|
|
|
^ID$
|
2007-09-25 17:49:12 -07:00
|
|
|
|
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
|
|
|
# Build directories
|
2008-07-31 22:44:18 -07:00
|
|
|
^obj
|
2007-09-25 17:49:12 -07:00
|
|
|
|
|
|
|
# Build directories for js shell
|
|
|
|
_DBG\.OBJ/
|
|
|
|
_OPT\.OBJ/
|
|
|
|
|