Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82c93bb

Browse files
committed
Add gitignore for those using git-svn.
1 parent 55d07fb commit 82c93bb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.pyc
2+
*.so
3+
*~
4+
\#*
5+
__*
6+
7+
build
8+
/dist
9+
/numpy.egg-inf
10+
/numpy/version.py
11+
12+
/tools/win32build/misc/msvcrt90/msvcr90.def
13+
/doc/source/reference/generated

0 commit comments

Comments
 (0)