-
Notifications
You must be signed in to change notification settings - Fork 255
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (20 loc) · 836 Bytes
/
.gitattributes
File metadata and controls
22 lines (20 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* 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
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
# git should not convert line endings in PNG files
*.png binary
*.svg binary
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
# "export-subst" specifies that this file will get filled in with the current
# commit and tag information when running `git archive`. This allows
# `setuptools-scm` to correctly determine the version when building from a git
# archive. See #1609.
.git_archival.txt export-subst