1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
gitattributes/Mathematica.gitattributes

19 lines
436 B
Plaintext
Raw Permalink Normal View History

2020-05-19 00:10:47 -04:00
# 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