HOS-V4 Advance の開発リポジトリ
Revision | 3e84cb67c32930177b4895b4186bf9b5b50e4bce (tree) |
---|---|
Time | 2014-03-01 17:37:05 |
Author | Ryuji Fuchikami <ryuz@user...> |
Commiter | Ryuji Fuchikami |
add .gitattributes
@@ -0,0 +1,31 @@ | ||
1 | +*.dsw -crlf | |
2 | +*.dsp -crlf | |
3 | +*.sln -crlf | |
4 | +*.vcxproj -crlf | |
5 | +*.vcproj -crlf | |
6 | +*.html | |
7 | +*.jpg -crlf -diff | |
8 | +*.pdf -crlf -diff | |
9 | +*.h filter=textencoding | |
10 | +*.c filter=textencoding | |
11 | +*.cpp filter=textencoding | |
12 | +*.cfg filter=textencoding | |
13 | +*.c filter=textencoding | |
14 | +*.s filter=textencoding | |
15 | +*.S filter=textencoding | |
16 | +*.src filter=textencoding | |
17 | +*.x filter=textencoding | |
18 | +*.asz filter=textencoding | |
19 | +*.asm filter=textencoding | |
20 | +*.as filter=textencoding | |
21 | +*.inc filter=textencoding | |
22 | +*.lds filter=textencoding | |
23 | +*.mak filter=textencoding | |
24 | +makefile filter=textencoding | |
25 | +Makefile filter=textencoding | |
26 | +GNUmakefile filter=textencoding | |
27 | +*.sh filter=textencoding | |
28 | +*.pl filter=textencoding | |
29 | +*.bat filter=textencoding | |
30 | +*.txt filter=textencoding | |
31 | +*.log filter=textencoding |