Skip to content

Commit

Permalink
Merge pull request #12688 from rgommers/gitignore
Browse files Browse the repository at this point in the history
MAINT: add f2py-generated scipy.integrate files to .gitignore
  • Loading branch information
ev-br committed Aug 9, 2020
2 parents 8ea3fe3 + f3afc8b commit 5309179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ scipy/fftpack/src/dst.c
scipy/integrate/_dopmodule.c
scipy/integrate/lsodamodule.c
scipy/integrate/vodemodule.c
scipy/integrate/_dop-f2pywrappers.f
scipy/integrate/lsoda-f2pywrappers.f
scipy/integrate/vode-f2pywrappers.f
scipy/interpolate/_ppoly.c
scipy/interpolate/_bspl.c
scipy/interpolate/interpnd.c
Expand Down

0 comments on commit 5309179

Please sign in to comment.