[Python-checkins] peps: Ignore *~ files.

guido.van.rossum python-checkins at python.org
Tue Mar 13 00:59:43 CET 2012


http://hg.python.org/peps/rev/ab8103e13233
changeset:   4131:ab8103e13233
parent:      4129:7a9fb7faa02f
user:        Guido van Rossum <guido at google.com>
date:        Mon Mar 12 16:52:25 2012 -0700
summary:
  Ignore *~ files.

files:
  .hgignore |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -3,3 +3,4 @@
 pep-????.html
 *.pyc
 *.pyo
+*~

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list