diff .hgignore @ 725:c6b912f8b5b2

Merge with Matt's tip.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 19 Jul 2005 07:00:03 -0800
parents efa4a7e2f322 a51e3ded642d
children 8db4d406b3d3
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -1,12 +1,13 @@
-.*\.orig
-.*\.rej
-.*~
-.*\.so
-.*pyc
-build/.*
-dist/
-doc/.*\.[0-9]
-MANIFEST$
-.pc/
-patches/
-mercurial/__version__.py$
+\.orig$
+\.rej$
+~$
+\.so$
+\.pyc$
+\.swp$
+^build/
+^dist/
+^doc/.*\.[0-9]$
+^MANIFEST$
+^.pc/
+^patches/
+^mercurial/__version__.py$