-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitattributes
74 lines (63 loc) · 1.59 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Keep in sync with .editorconfig
*.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
.pre-commit-config.yaml export-ignore
*.sh export-ignore
tools export-ignore
Packages/*/tools -export-ignore
Packages/tests export-ignore
Packages/Sutter export-ignore
.mailmap export-ignore
CODEOWNERS export-ignore
ctags.cnf export-ignore
.editorconfig export-ignore
Packages/Artwork export-ignore
XOPs-MacOSX-IP9-64bit export-ignore
*.dot !diff
*.exe binary
*.zip binary
*.pdb binary
*.ipf whitespace=tabwidth=4
*.ibw binary
*.xop binary
*.pxp binary
*.pxt binary
*.uxp binary
*.uxt binary
*.ihf binary
*.ifn binary
*.ift binary
*.pxp filter=compress
*.nwb filter=compress
# github specialities, see https://github.com/github/linguist
Packages/doc/** linguist-documentation
tools/installer/nsis/** linguist-vendored
tools/installer/Shelllink/** linguist-vendored
tools/installer/AccessControl/** linguist-vendored
# input files for IPT
Packages/Conversion/**/*.ipf ipt
Packages/MIES/*MIES*.ipf ipt
Packages/doc/**/*.ipf ipt
Packages/tests/**/*.ipf ipt
Packages/MIES_Include.ipf ipt