Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
* text eol=lf
*.cmd text eol=crlf

# we do not own any headers checked in, don't touch them
*.h binary
*.hpp binary
# Exception: headers we own
benchmarks/cuda_bindings/benchmarks/cpp/*.hpp -binary text diff
cuda_bindings/cuda/bindings/_bindings/*.h -binary text diff
cuda_bindings/cuda/bindings/_lib/*.h -binary text diff
cuda_core/cuda/core/_cpp/*.h -binary text diff
cuda_core/cuda/core/_cpp/*.hpp -binary text diff
# Keep the vendored DLPack header byte-for-byte, but still show text diffs.
cuda_core/cuda/core/_include/dlpack.h -text !eol diff
# git should not convert line endings in PNG files
*.png binary
*.svg binary
Expand Down
Loading