Skip to content

Commit

Permalink
MAINT: Add more SIMD files to .gitignore
Browse files Browse the repository at this point in the history
* umath/loops_hyperbolic.dispatch.c
* multiarray/argfunc.dispatch.c
* multiarray/arraytypes.h
  • Loading branch information
BvB93 committed Feb 14, 2022
1 parent 678da14 commit c21239e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -223,5 +223,9 @@ numpy/core/src/umath/loops_minmax.dispatch.c
numpy/core/src/umath/loops_trigonometric.dispatch.c
numpy/core/src/umath/loops_exponent_log.dispatch.c
numpy/core/src/umath/loops_umath_fp.dispatch.c
numpy/core/src/umath/loops_hyperbolic.dispatch.c
# npysort module
numpy/core/src/npysort/x86-qsort.dispatch.c
# multiarray module
numpy/core/src/multiarray/argfunc.dispatch.c
numpy/core/src/multiarray/arraytypes.h

0 comments on commit c21239e

Please sign in to comment.