diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-29 15:24:22 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-16 12:18:25 +0100 |
commit | 99e99e90db4c73a6baae178879937f4baebd3241 (patch) | |
tree | 52fa78f9a765b309526a297e64513826fc70b5b0 /.gitignore | |
parent | 983eb78b906a7b9a07e8ee300359377e63014fec (diff) | |
download | numpy-99e99e90db4c73a6baae178879937f4baebd3241.tar.gz |
BLD: finish handling of setuptools commands.
Also ignore setup.cfg: this file is created/modified by the
alias/setopt/saveopts commands, and therefore needs to be in .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1f04f254e..72d31d74c 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,7 @@ numpy/core/include/numpy/__ufunc_api.h numpy/core/include/numpy/_numpyconfig.h numpy/version.py site.cfg +setup.cfg .tox numpy/core/include/numpy/__multiarray_api.c numpy/core/include/numpy/__ufunc_api.c |