# HG changeset patch # User Pascal Lamblin # Date 1219440846 14400 # Node ID 6eb0900fb55371c38a7862a22ed68661df4243c7 # Parent 9cfc2fc0f4d1fb4112aea105fe29707f3ba19c50 Ignore .swp and core files. diff -r 9cfc2fc0f4d1 -r 6eb0900fb553 .hgignore --- 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.*