Skip to content

Commit

Permalink
Add gitignore for those using git-svn.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Oct 25, 2009
1 parent 55d07fb commit 82c93bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*.pyc
*.so
*~
\#*
__*

build
/dist
/numpy.egg-inf
/numpy/version.py

/tools/win32build/misc/msvcrt90/msvcr90.def
/doc/source/reference/generated

0 comments on commit 82c93bb

Please sign in to comment.