[pypy-svn] pypy commit 446ebfcd4f8d: Ignore the *~ files.

Bitbucket commits-noreply at bitbucket.org
Wed Dec 15 18:10:07 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pypy
# URL http://bitbucket.org/pypy/pypy/overview
# User Armin Rigo <arigo at tunes.org>
# Date 1292432994 -3600
# Node ID 446ebfcd4f8dfa3588cb3de6945d2ea506fac0ed
# Parent  d9ae597a7238bd37c646b482a18504e4c993fa2d
Ignore the *~ files.

--- a/.hgignore
+++ b/.hgignore
@@ -1,5 +1,6 @@
 syntax:glob
 *.py[co]
+*~
 
 testresult
 site-packages



More information about the Pypy-commit mailing list