File: .gitattributes

package info (click to toggle)
python-rdata 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: python: 2,388; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
# Mark rda and rds files as binary.
# Otherwise git might change the line endings of
# ascii-formatted files, which breaks the tests
*.rda -text
*.rds -text