f77: Add jackhill's layout
[jackhill/qmk/firmware.git] / .gitattributes
1 # auto for anything unspecified
2 * text=auto
3
4 # sources
5 *.c text
6 *.cc text
7 *.cxx text
8 *.cpp text
9 *.c++ text
10 *.hpp text
11 *.h text
12 *.h++ text
13 *.hh text
14 *.bat text
15 *.coffee text
16 *.css text
17 *.htm text
18 *.html text
19 *.inc text
20 *.ini text
21 *.js text
22 *.jsx text
23 *.json text
24 *.less text
25 *.php text
26 *.pl text
27 *.py text
28 *.rb text
29 *.sass text
30 *.scm text
31 *.scss text
32 *.sh text
33 *.sql text
34 *.styl text
35 *.ts text
36 *.xml text
37 *.xhtml text
38
39 # make files (need to always use lf for compatibility with Windows 10 bash)
40 Makefile eol=lf
41 *.mk eol=lf
42
43 # make files (need to always use lf for compatibility with Windows 10 bash)
44 *.sh eol=lf
45
46 # documentation
47 *.markdown text
48 *.md text
49 *.mdwn text
50 *.mdown text
51 *.mkd text
52 *.mkdn text
53 *.mdtxt text
54 *.mdtext text
55 *.txt text
56 AUTHORS text
57 CHANGELOG text
58 CHANGES text
59 CONTRIBUTING text
60 COPYING text
61 INSTALL text
62 license text
63 LICENSE text
64 NEWS text
65 readme text
66 *README* text
67 TODO text
68
69 GRAPHICS
70 *.ai binary
71 *.bmp binary
72 *.eps binary
73 *.gif binary
74 *.ico binary
75 *.jng binary
76 *.jp2 binary
77 *.jpg binary
78 *.jpeg binary
79 *.jpx binary
80 *.jxr binary
81 *.pdf binary
82 *.png binary
83 *.psb binary
84 *.psd binary
85 *.svg text
86 *.svgz binary
87 *.tif binary
88 *.tiff binary
89 *.wbmp binary
90 *.webp binary
91
92 # hex files
93 *.hex binary
94 *.eep binary