summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMathieu Lamarre <mlamarre@ea.com>2020-03-13 13:12:04 -0400
committerMathieu Lamarre <mlamarre@ea.com>2020-03-13 13:12:04 -0400
commit8aad05e63d3efba35f24ace2061b68188fe79b45 (patch)
tree770f1ee8e3fd118e92253cc539a1309e16bcabc7 /.gitignore
parent33351f646e0b523139fbba4986eba54a3bfe55a7 (diff)
downloadnumpy-8aad05e63d3efba35f24ace2061b68188fe79b45.tar.gz
Fix swig tests
resize typemap issue python 3 bytes vs str issue
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2ad02b560..c865d4845 100644
--- a/.gitignore
+++ b/.gitignore
@@ -178,3 +178,17 @@ numpy/random/legacy/*.c
numpy/random/_mtrand/randint_helpers.pxi
numpy/random/bounded_integers.pyx
numpy/random/bounded_integers.pxd
+tools/swig/test/Array_wrap.cxx
+tools/swig/test/Farray_wrap.cxx
+tools/swig/test/Farray.py
+tools/swig/test/Flat_wrap.cxx
+tools/swig/test/Flat.py
+tools/swig/test/Fortran_wrap.cxx
+tools/swig/test/Fortran.py
+tools/swig/test/Matrix_wrap.cxx
+tools/swig/test/Matrix.py
+tools/swig/test/Tensor_wrap.cxx
+tools/swig/test/Tensor.py
+tools/swig/test/Vector.py
+tools/swig/test/Vector_wrap.cxx
+tools/swig/test/Array.py