diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2009-10-25 09:01:32 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2009-10-25 09:01:32 +0000 |
commit | 82c93bbb67be0c30e34b959f2bb89ca5c36ec4e5 (patch) | |
tree | a5c1873a2bccd892951bcac47b914cd8d26b4a50 /.gitignore | |
parent | 55d07fbe7b06ebe34511d53c4cabab8c9476d0ff (diff) | |
download | numpy-82c93bbb67be0c30e34b959f2bb89ca5c36ec4e5.tar.gz |
Add gitignore for those using git-svn.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..73caafc8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.pyc +*.so +*~ +\#* +__* + +build +/dist +/numpy.egg-inf +/numpy/version.py + +/tools/win32build/misc/msvcrt90/msvcr90.def +/doc/source/reference/generated |