summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Goldbaum <nathan.goldbaum@gmail.com>2023-02-16 10:42:57 -0700
committerNathan Goldbaum <nathan.goldbaum@gmail.com>2023-02-17 10:39:06 -0700
commitef4059138d31e2e9e6538fc7fc6c77a68a448474 (patch)
tree5b1b651f8346db4717c52f6f752da81de69efce4
parent891ab8ee00755a539bd118b1bbe4e0a237a2d844 (diff)
downloadnumpy-ef4059138d31e2e9e6538fc7fc6c77a68a448474.tar.gz
MAINT: add gitignore pattern for C++ simd dispatch
-rw-r--r--.gitignore4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index e83c1554b..48fde77fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -209,6 +209,7 @@ tools/swig/test/Array.py
*.dispatch.h
# wrapped sources of dispatched targets, e.g. *.dispatch.avx2.c
*.dispatch.*.c
+*.dispatch.*.cpp
# _simd module
numpy/core/src/_simd/_simd.dispatch.c
numpy/core/src/_simd/_simd_data.inc
@@ -228,9 +229,6 @@ numpy/core/src/umath/loops_hyperbolic.dispatch.c
numpy/core/src/umath/loops_modulo.dispatch.c
numpy/core/src/umath/loops_comparison.dispatch.c
numpy/core/src/umath/loops_unary_complex.dispatch.c
-# npysort module
-numpy/core/src/npysort/x86-qsort.dispatch.c
-numpy/core/src/npysort/x86-qsort.dispatch.*.cpp
# multiarray module
numpy/core/src/multiarray/argfunc.dispatch.c
numpy/core/src/multiarray/arraytypes.h