From 3cdaaafe2eaa8a3a34241d47e96573c36999d89d Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 6 Sep 2016 16:46:22 -0700 Subject: Add libpython*.dylib to .{hg,git}ignore --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d267d15..a511393 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ db_home ipch/ libpython*.a libpython*.so* +libpython*.dylib platform pybuilddir.txt pyconfig.h diff --git a/.hgignore b/.hgignore index a13be7f..a3ffcf4 100644 --- a/.hgignore +++ b/.hgignore @@ -44,6 +44,7 @@ Parser/pgen$ syntax: glob libpython*.a libpython*.so* +libpython*.dylib *.swp *.o *.pyc -- cgit v0.12