Bug 439651 - ignore ID file (idutils) and TAGS (etags), r=bsmedberg

This commit is contained in:
Jim Blandy 2008-07-09 13:03:31 -04:00
parent d98350b32d
commit d2f545575d

View File

@ -3,6 +3,7 @@
# Filenames that should be ignored wherever they appear
~$
\.pyc$
(^|/)TAGS$
# User files that may appear at the root
^\.mozconfig$
@ -12,6 +13,7 @@
^configure$
^config\.cache$
^config\.log$
^ID$
# Empty marker file that's generated when we check out NSS
^security/manager/\.nss\.checkout$