diff options
author | Anirudh Subramanian <anirudh2290@ufl.edu> | 2020-06-19 22:21:56 +0000 |
---|---|---|
committer | Anirudh Subramanian <anirudh2290@ufl.edu> | 2020-06-19 23:05:45 +0000 |
commit | 27edfbbc1b06008caee1966590ff2765007d6fcc (patch) | |
tree | cf500bb4f765e45a988442a0732ab38035213ad4 /.gitignore | |
parent | 2990d6e9102e4d7c3ff6cb1b69702c42bddaa738 (diff) | |
download | numpy-27edfbbc1b06008caee1966590ff2765007d6fcc.tar.gz |
MAINT: Add platform specific umath tests to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2a77f4f83..6d0cdff50 100644 --- a/.gitignore +++ b/.gitignore @@ -166,6 +166,9 @@ numpy/core/src/umath/simd.inc numpy/core/src/umath/struct_ufunc_test.c numpy/core/src/umath/test_rational.c numpy/core/src/umath/umath_tests.c +numpy/core/src/umath/_umath_tests.dispatch.avx2.c +numpy/core/src/umath/_umath_tests.dispatch.h +numpy/core/src/umath/_umath_tests.dispatch.sse41.c numpy/distutils/__config__.py numpy/linalg/umath_linalg.c doc/source/**/generated/ |