[Python-checkins] peps: Add a .gitignore in preparation for moving to GitHub

brett.cannon python-checkins at python.org
Fri Jun 3 18:45:01 EDT 2016


https://hg.python.org/peps/rev/cb333e7f1507
changeset:   6349:cb333e7f1507
user:        Brett Cannon <brett at python.org>
date:        Fri Jun 03 15:44:32 2016 -0700
summary:
  Add a .gitignore in preparation for moving to GitHub

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


diff --git a/.gitignore b/.gitignore
new file mode 100644
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+pep-0000.txt
+pep-????.html
+__pycache__
+*.pyc
+*.pyo
+*~
+*env

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


More information about the Python-checkins mailing list