Bug 504447 - Make overzealous \.class$ pattern in .hgignore more precise. r=dbaron sr=jst

This commit is contained in:
Ben Newman 2009-07-17 13:50:20 -07:00
parent f543edcf42
commit c1211114fd

View File

@ -5,7 +5,6 @@
\.pyc$
(^|/)TAGS$
(^|/)\.DS_Store$
\.class$
# User files that may appear at the root
^\.mozconfig
@ -28,3 +27,6 @@ _OPT\.OBJ/
# SpiderMonkey configury
^js/src/configure$
^js/src/autom4te.cache$
# Java HTML5 parser classes
^parser/html/java/.*\.class$