Files
imdd_silas/Functions/helper_functions_community/schemer/schemes/.gitattributes
Silas Labor Zizou 99fe2ca106 Commit Friday evening.
PDFA and EXFO Laser are now part of the family
2024-10-25 20:31:50 +02:00

47 lines
883 B
Plaintext

# 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