Author: Jakub Stasiak <ja...@stasiak.at>
Branch: gitignore
Changeset: r75891:e0034906c925
Date: 2015-02-15 10:02 +0000
http://bitbucket.org/pypy/pypy/changeset/e0034906c925/

Log:    .gitignore all library types, not only dylib

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,7 @@
 include/*.h
 include/numpy/
 lib_pypy/ctypes_config_cache/_[^_]*_*.py
-libpypy-c.dylib
+libpypy-c.*
 pypy-c
 pypy/_cache
 pypy/doc/*.html
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to