-
Notifications
You must be signed in to change notification settings - Fork 58
/
.gitattributes
23 lines (23 loc) · 983 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* text=auto
# SML and CHG files are text but the image keeps index pointers into them. To avoid apparent source
# corruption we must avoid these indices changing by always forcing use of CRLF line endings.
*.sml filter=lfs diff=lfs merge=lfs -text
*.chg eol=crlf
# If files are downloaded using git on Mac or Linux, then saving a package from Windows
# will create a number of false-positive changes (files that differ only in line endings).
*.pac eol=crlf
*.pax eol=crlf
*.st eol=crlf
*.cls eol=crlf
*.svg eol=lf
*.cls linguist-language=Smalltalk
*.st linguist-language=Smalltalk
*.pax linguist-language=Smalltalk
*.img7 filter=lfs diff=lfs merge=lfs -text
*.img8 filter=lfs diff=lfs merge=lfs -text
Scintilla.dll filter=lfs diff=lfs merge=lfs -text
Lexilla.dll filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.FH10 filter=lfs diff=lfs merge=lfs -text
*.mdb filter=lfs diff=lfs merge=lfs -text
WebView2Loader.dll filter=lfs diff=lfs merge=lfs -text