diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ef6427d69..f54e63b89 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ doc/cdoc/build *.egg-info # The shelf plugin uses this dir ./.shelf +MANIFEST # Logs and databases # ###################### @@ -88,3 +89,4 @@ numpy/core/include/numpy/__ufunc_api.h numpy/core/include/numpy/_numpyconfig.h numpy/version.py site.cfg +.tox |