Skip to content

Commit

Permalink
MAINT: .gitignore += generated umath/loops.h
Browse files Browse the repository at this point in the history
Commit 494abcf (ENH: speed-up minimum, maximum and xor for bool dtype)
reworked numpy/core/src/umath/loops.h to be autogenerated at build time,
but forgot to update .gitignore.

Fix it, so that the now-autogenerated loops.h do not constantly show as
untracked in git status output.
  • Loading branch information
navytux authored and juliantaylor committed Jul 27, 2014
1 parent c32d0cb commit 70e88ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ numpy/core/src/private/npy_partition.h
numpy/core/src/private/scalarmathmodule.h
numpy/core/src/scalarmathmodule.c
numpy/core/src/umath/funcs.inc
numpy/core/src/umath/loops.c
numpy/core/src/umath/loops.[ch]
numpy/core/src/umath/operand_flag_tests.c
numpy/core/src/umath/simd.inc
numpy/core/src/umath/struct_ufunc_test.c
Expand Down

0 comments on commit 70e88ca

Please sign in to comment.