Skip to content

Commit

Permalink
MAINT: mark Cython-generated C files in sparse.csgraph as binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Feb 12, 2012
1 parent 3a4c528 commit 040b8d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Expand Up @@ -11,6 +11,10 @@ scipy/io/matlab/mio_utils.c binary
scipy/io/matlab/mio5_utils.c binary
scipy/io/matlab/streams.c binary
scipy/signal/spectral.c binary
scipy/sparse/csgraph/_min_spanning_tree.c binary
scipy/sparse/csgraph/_shortest_path.c binary
scipy/sparse/csgraph/_tools.c binary
scipy/sparse/csgraph/_traversal.c binary
scipy/spatial/ckdtree.c binary
scipy/spatial/qhull.c binary
scipy/special/lambertw.c binary
Expand Down

0 comments on commit 040b8d9

Please sign in to comment.