forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (43 loc) · 1.77 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
.git* export-ignore
.hooks* export-ignore
.mailmap export-ignore
*.bat -crlf
*.bin -crlf
*.jpg -crlf
*.mha -crlf
*.pdf -crlf
*.png -crlf
*.raw -crlf
*.sh crlf=input
*.sh.in crlf=input
configure crlf=input
cvsrmvend crlf=input
imcp crlf=input
imglob crlf=input
imln crlf=input
immv crlf=input
imrm crlf=input
imtest crlf=input
install-sh crlf=input
newalpha crlf=input
newversion crlf=input
remove_ext crlf=input
vxl_doxy.pl crlf=input
zap.pl crlf=input
*.c whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.h whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.cxx whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.hxx whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.txx whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.txt whitespace=tab-in-indent,no-lf-at-eof
*.cmake whitespace=tab-in-indent,no-lf-at-eof
# ExternalData content links must have LF newlines
*.md5 crlf=input
*.sha512 crlf=input
# ghostflow-director GitHub automatic check for maximum repository file size
* hooks-max-size=100000
Modules/ThirdParty/** hooks-max-size=300000
Modules/ThirdParty/NIFTI/src/nifti/nifti2/nifti2_io.c hooks-max-size=400000
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/triangle.c hooks-max-size=670000
Modules/Filtering/Denoising/include/itkPatchBasedDenoisingImageFilter.hxx hooks-max-size=120000
Documentation/ReleaseNotes/* hooks-max-size=300000