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

Add Mathematica (#113)

This commit is contained in:
wuyudi 2020-05-19 12:10:47 +08:00 committed by GitHub
parent f051ad318b
commit c088aa0019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
Mathematica.gitattributes Normal file
View File

@ -0,0 +1,18 @@
# 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