Skip to content

Commit

Permalink
DEV: Add new _test.c files and benchmarks/html to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lagru committed Jun 16, 2018
1 parent bf4a3e5 commit de26b1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ numpy/core/include/numpy/config.h
numpy/core/include/numpy/multiarray_api.txt
numpy/core/include/numpy/ufunc_api.txt
numpy/core/lib/
numpy/core/src/multiarray/_multiarray_tests.c
numpy/core/src/multiarray/arraytypes.c
numpy/core/src/multiarray/einsum.c
numpy/core/src/multiarray/lowlevel_strided_loops.c
Expand All @@ -141,6 +142,10 @@ numpy/core/src/npysort/sort.c
numpy/core/src/private/npy_binsearch.h
numpy/core/src/private/npy_partition.h
numpy/core/src/private/templ_common.h
numpy/core/src/umath/_operand_flag_tests.c
numpy/core/src/umath/_rational_tests.c
numpy/core/src/umath/_struct_ufunc_tests.c
numpy/core/src/umath/_umath_tests.c
numpy/core/src/umath/scalarmath.c
numpy/core/src/umath/funcs.inc
numpy/core/src/umath/loops.[ch]
Expand All @@ -153,6 +158,7 @@ numpy/distutils/__config__.py
numpy/linalg/umath_linalg.c
doc/source/reference/generated
benchmarks/results
benchmarks/html
benchmarks/env
benchmarks/numpy
# cythonized files
Expand Down

0 comments on commit de26b1e

Please sign in to comment.