summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 416299a1f..348b79071 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,10 +111,16 @@ numpy/core/src/npymath/npy_math_complex.c
numpy/core/src/npysort/heapsort.c
numpy/core/src/npysort/mergesort.c
numpy/core/src/npysort/quicksort.c
+numpy/core/src/npysort/selection.c
numpy/core/src/npysort/sort.c
numpy/core/src/scalarmathmodule.c
numpy/core/src/umath/funcs.inc
numpy/core/src/umath/loops.c
+numpy/core/src/umath/operand_flag_tests.c
+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/distutils/__config__.py
-doc/source/reference/generated \ No newline at end of file
+numpy/linalg/umath_linalg.c
+doc/source/reference/generated