Fix .hgignore

This commit is contained in:
Colby Klein
2010-01-27 11:17:35 -08:00
+19 -5
View File
@@ -1,5 +1,19 @@
syntax: glob syntax: glob
*.orig
.DS_Store *.rej
*.o *~
Thumbs.db *.o
tests/*.err
*.ncb
*.suo
*.obj
.hg
.hgignore
.hgtags
.svn
.cvsignore
.DS_Store
Thumbs.db
syntax: regexp
.*\#.*\#$