Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r75892:ffe4c4278efd
Date: 2015-02-15 12:51 +0200
http://bitbucket.org/pypy/pypy/changeset/ffe4c4278efd/

Log:    Merged in jstasiak/pypy/gitignore (pull request #302)

        Add some build artifacts to .gitignore

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,10 @@
 
 bin/pypy-c
 include/*.h
+include/numpy/
 lib_pypy/ctypes_config_cache/_[^_]*_*.py
+libpypy-c.*
+pypy-c
 pypy/_cache
 pypy/doc/*.html
 pypy/doc/config/*.html
@@ -18,4 +21,5 @@
 pypy/translator/c/src/dtoa.o
 pypy/translator/goal/pypy-c
 pypy/translator/goal/target*-c
-release/
\ No newline at end of file
+release/
+rpython/_cache/
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to