[pypy-svn] pypy default: Added the various *.html files to .gitignore.

tav commits-noreply at bitbucket.org
Thu Mar 3 12:19:39 CET 2011


Author: tav <tav at espians.com>
Branch: 
Changeset: r42402:0461589dd52f
Date: 2011-03-03 11:17 +0000
http://bitbucket.org/pypy/pypy/changeset/0461589dd52f/

Log:	Added the various *.html files to .gitignore.

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,10 @@
 include/*.h
 lib_pypy/ctypes_config_cache/_[^_]*_*.py
 pypy/_cache
+pypy/doc/*.html
+pypy/doc/config/*.html
+pypy/doc/discussion/*.html
+pypy/translator/c/src/dtoa.o
 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