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	Mon Jul 18 06:54:21 2005 -0800
+++ b/.hgignore	Tue Jul 19 07:00:03 2005 -0800
@@ -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$