Skip to content
Snippets Groups Projects
.hgignore 446 B
Newer Older
# .hgignore - List of filenames hg should ignore

# Filenames that should be ignored wherever they appear
\.pyc$

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

# subtrees from other repositories
^nsprpub/
^dbm/
^security/nss/
^security/coreconf/
^security/dbm/

# Build directories
^obj-
^objdir-

# Build directories for js shell
_DBG\.OBJ/
_OPT\.OBJ/