forked from AllenInstitute/MIES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
56 lines (48 loc) · 1.04 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*.bat whitespace=cr-at-eol
*.bat eol=crlf
*.vcproj eol=crlf
*.vcproj whitespace=cr-at-eol
*.vcxproj eol=crlf
*.vcxproj whitespace=cr-at-eol
*.sln eol=crlf
*.sln whitespace=cr-at-eol
*.vbs eol=crlf
*.vbs whitespace=cr-at-eol
*.rc eol=crlf
*.rc whitespace=cr-at-eol
LICENSE eol=crlf
LICENSE whitespace=cr-at-eol
*.md eol=lf
*.ipf eol=lf
*.c eol=lf
*.h eol=lf
*.sh eol=lf
*.itx eol=lf
*.tex eol=lf
*.awk eol=lf
.git* export-ignore
*.sh export-ignore
tools export-ignore
Packages/Testing-MIES export-ignore
Packages/Arduino/*zip export-ignore
Packages/Arduino/*exe export-ignore
.mailmap export-ignore
CODEOWNERS export-ignore
ctags.cnf export-ignore
*.dot !diff
*.exe binary
*.zip binary
*.pdb binary
*.ipf whitespace=indent-with-non-tab,tabwidth=4
*.ibw binary
*.xop binary
*.pxp binary
*.pxt binary
*.uxp binary
*.uxt binary
*.ihf binary
*.ifn binary
*.ift binary
tools/unit-testing/*.pxp filter=compress
*.nwb filter=compress
tools/installer/nsis/* linguist-vendored