[pypy-svn] pypy default: Added a .gitignore file for the Git users.

tav commits-noreply at bitbucket.org
Mon Feb 28 19:19:59 CET 2011


Author: tav <tav at espians.com>
Branch: 
Changeset: r42348:3931680de346
Date: 2011-02-28 18:19 +0000
http://bitbucket.org/pypy/pypy/changeset/3931680de346/

Log:	Added a .gitignore file for the Git users.

diff --git a/.gitignore b/.gitignore
new file mode 100644
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+.hg
+.svn
+
+*.pyc
+*.pyo
+*~
+
+bin/pypy-c
+include/*.h
+lib_pypy/ctypes_config_cache/_[^_]*_*.py
+pypy/_cache
+pypy/translator/goal/pypy-c
+pypy/translator/goal/target*-c
+release/
\ No newline at end of file


More information about the Pypy-commit mailing list