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