[Python-checkins] cpython: Add libpython*.dylib to .{hg,git}ignore

zach.ware python-checkins at python.org
Tue Sep 6 19:48:57 EDT 2016


https://hg.python.org/cpython/rev/8b56a2c71250
changeset:   103174:8b56a2c71250
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Sep 06 16:46:22 2016 -0700
summary:
  Add libpython*.dylib to .{hg,git}ignore

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


diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -73,6 +73,7 @@
 ipch/
 libpython*.a
 libpython*.so*
+libpython*.dylib
 platform
 pybuilddir.txt
 pyconfig.h
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -44,6 +44,7 @@
 syntax: glob
 libpython*.a
 libpython*.so*
+libpython*.dylib
 *.swp
 *.o
 *.pyc

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


More information about the Python-checkins mailing list