diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-07-07 16:40:03 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-07 16:40:03 -0400 |
commit | ea3df7466aa29312b3e781f29532e10fa8a08a1f (patch) | |
tree | 606ddc372e9d163e845571342d79e916f922d4dd /lib/lufa | |
parent | 03eb6a3e86ad1ff70d7b82250f03ceb8e2cf239b (diff) | |
parent | cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61 (diff) | |
download | qmk_firmware-ea3df7466aa29312b3e781f29532e10fa8a08a1f.tar.gz qmk_firmware-ea3df7466aa29312b3e781f29532e10fa8a08a1f.zip |
Merge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'
Diffstat (limited to 'lib/lufa')
-rw-r--r-- | lib/lufa/.gitattributes | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/lib/lufa/.gitattributes b/lib/lufa/.gitattributes new file mode 100644 index 000000000..92dfc3c61 --- /dev/null +++ b/lib/lufa/.gitattributes | |||
@@ -0,0 +1,94 @@ | |||
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 | ||