1
0
mirror of synced 2026-01-26 20:31:53 +00:00

Add .gitattributes so *.TEDIT, *.LCOM, *.DFASL, and *.SKETCH are always treated as binary (and the lowercase versions). (#957)

This commit is contained in:
Matt Heffron
2022-10-03 08:02:30 -07:00
committed by GitHub
parent 8e4fc4ab74
commit 99321e7951

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Denote all files that are truly binary and should not be modified.
*.tedit binary
*.lcom binary
*.sketch binary
*.dfasl binary
*.TEDIT binary
*.LCOM binary
*.SKETCH binary
*.DFASL binary