-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitattributes
41 lines (36 loc) · 1.01 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*.{c,C,cc,h} whitespace=trailing-space
# Some files should not be treated as text when diffing or merging.
*.chm binary
*.cur binary
*.gif binary
*.gmo binary
*.helpindex binary
*.icns binary
*.ico binary
*.jin binary
*.jpg binary
*.pdf binary
*.png binary
*.pnm binary
*.raw binary
*.webarchive binary
*.xcplugindata binary
# Tell GitHub to ignore when calculating language stats:
aclocal.m4 linguist-generated
config.h.in linguist-generated
gdb.conf linguist-language=gdb
GNUSource.make linguist-language=makefile
libcheckpoint/Makefile.in linguist-generated
macsbug/gdbinit-MacsBug linguist-language=gdb
macsbug/gdbinit-MacsBug-without-plugin linguist-language=gdb
macsbug/MacsBug_testing.i linguist-language=c
Special_Versions linguist-language=text
# Gnulib's git-merge-changelog driver:
ChangeLog merge=cl-merge
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf