mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
19 lines
436 B
Plaintext
19 lines
436 B
Plaintext
# Basic .gitattributes for a Mathematica repo.
|
|
|
|
# Source files
|
|
# Caution: *.m also matches Matlab files.
|
|
# ============
|
|
*.nb text diff=mathematica
|
|
*.wls text diff=mathematica
|
|
*.wl text diff=mathematica
|
|
*.m text diff=mathematica
|
|
|
|
# Test files
|
|
# ==========
|
|
*.wlt text diff=mathematica
|
|
*.mt text diff=mathematica
|
|
|
|
# Binary files
|
|
# ============
|
|
*.mx binary
|