summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2015-12-29 15:24:22 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2016-01-16 12:18:25 +0100
commit99e99e90db4c73a6baae178879937f4baebd3241 (patch)
tree52fa78f9a765b309526a297e64513826fc70b5b0 /.gitignore
parent983eb78b906a7b9a07e8ee300359377e63014fec (diff)
downloadnumpy-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--.gitignore1
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