[Python-checkins] r79160 - python/trunk/.hgignore

antoine.pitrou python-checkins at python.org
Sun Mar 21 01:21:43 CET 2010


Author: antoine.pitrou
Date: Sun Mar 21 01:21:43 2010
New Revision: 79160

Log:
Fix overzealous .hgignore file



Modified:
   python/trunk/.hgignore

Modified: python/trunk/.hgignore
==============================================================================
--- python/trunk/.hgignore	(original)
+++ python/trunk/.hgignore	Sun Mar 21 01:21:43 2010
@@ -1,8 +1,8 @@
 .gdb_history
 .purify
 .svn
-Makefile
-Makefile.pre
+Makefile$
+Makefile.pre$
 TAGS
 autom4te.cache
 build


More information about the Python-checkins mailing list