Revision 4dbf0ec391b877f21402aed9e8351fe8f7468d14 authored by D019 Rig on 19 December 2019, 23:25:22 UTC, committed by D019 Rig on 19 December 2019, 23:25:22 UTC
1 parent 4cac1d4
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto
#
# The above will handle all files NOT found below
#
##---------------------------------------------------
# Common .gitattributes
##---------------------------------------------------
# Documents
# ============
*.txt text
*.md text
# Graphics
# ============
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
*.svg text
*.eps binary
##---------------------------------------------------
# Basic .gitattributes for a MATLAB repo
##---------------------------------------------------
# Source files
# ============
*.m text
*.prf text
# Binary files
# ============
*.p binary
*.mex* binary
*.fig binary
*.mat binary
*.mdl binary
*.slx binary

Computing file changes ...