Skip to content

Commit 8b3d791

Browse files
authored
Merge pull request #20 from Jj0YzL5nvJ/crlf
Update the attributes and intentionally exclude all CRLF files to for…
2 parents 83798f1 + 4fa199d commit 8b3d791

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

.gitattributes

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,52 @@
1-
* text=auto
1+
#* text=auto
22

33
# normal text files
44
*.6 text
5+
*.asm text
56
AUTHORS text
7+
*.awk text
68
*.c text
79
*.cfg text
810
*.cht text
11+
*.cmake text
912
*.conf text
1013
COPYING text
1114
*.cpp text
15+
CREDITS text
1216
*.def text
13-
*-license text
17+
*.desktop text
18+
.gitattributes text
19+
.gitignore text
1420
*.h text
21+
*.hpp text
1522
*.html text
1623
*.ini text
1724
INSTALL text
25+
*-license text
1826
LICENSES text
1927
Makefile text
28+
*.md text
29+
*.mediawiki text
2030
*.py text
2131
README text
2232
RELEASE text
2333
*.S text
2434
*.sh text
35+
*.svg text
2536
*.txt text
2637
*.ver text
38+
*.yml text
2739

2840
# windows specific text files
29-
*.sln text eol=crlf
30-
*.vcproj text eol=crlf
31-
*.vcxproj text eol=crlf
32-
*.vcxproj.filters text eol=crlf
41+
#*.cmd text eol=crlf
42+
#*.sln text eol=crlf
43+
#*.vcproj text eol=crlf
44+
#*.vcxproj text eol=crlf
45+
#*.vcxproj.filters text eol=crlf
3346

3447
# binary files
3548
*.gz binary
49+
*.png binary
3650
*.ttf binary
3751
cursor.tex binary
3852
font.tex binary

0 commit comments

Comments
 (0)