From ef4059138d31e2e9e6538fc7fc6c77a68a448474 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Thu, 16 Feb 2023 10:42:57 -0700 Subject: MAINT: add gitignore pattern for C++ simd dispatch --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1