[pypy-svn] pypy default: Added cpyext/*/*.o to the .gitignore.

tav commits-noreply at bitbucket.org
Fri Mar 25 01:19:39 CET 2011


Author: tav <tav at espians.com>
Branch: 
Changeset: r42925:65fd068ae340
Date: 2011-03-25 00:19 +0000
http://bitbucket.org/pypy/pypy/changeset/65fd068ae340/

Log:	Added cpyext/*/*.o to the .gitignore.

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,8 @@
 pypy/doc/*.html
 pypy/doc/config/*.html
 pypy/doc/discussion/*.html
+pypy/module/cpyext/src/*.o
+pypy/module/cpyext/test/*.o
 pypy/module/test_lib_pypy/ctypes_tests/*.o
 pypy/translator/c/src/dtoa.o
 pypy/translator/goal/pypy-c


More information about the Pypy-commit mailing list