changeset 445:6eb0900fb553

Ignore .swp and core files.
author Pascal Lamblin <lamblinp@iro.umontreal.ca>
date Fri, 22 Aug 2008 17:34:06 -0400
parents 9cfc2fc0f4d1
children 23960ee12b52
files .hgignore
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri Aug 22 17:33:19 2008 -0400
+++ b/.hgignore	Fri Aug 22 17:34:06 2008 -0400
@@ -1,3 +1,5 @@
 syntax: glob
 *~
-*.pyc
\ No newline at end of file
+*.swp
+*.pyc
+core.*