1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/Mathematica.gitattributes
2020-05-19 16:10:47 +12:00

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