forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitattributes
66 lines (57 loc) · 2.45 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
.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
# Custom attribute to mark sources as using our C++/C code style.
[attr]our-c-style whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,clangformat
# Custom attribute to mark sources as using our CMake code style.
[attr]our-cmake-style whitespace=tab-in-indent,no-lf-at-eof hooks.style=cmakeformat
*.c our-c-style
*.h our-c-style
*.cxx our-c-style
*.hxx our-c-style
*.txx our-c-style
*.txt whitespace=tab-in-indent,no-lf-at-eof
*.cmake whitespace=tab-in-indent,no-lf-at-eof our-cmake-style
*.wrap whitespace=tab-in-indent,no-lf-at-eof our-cmake-style
CMakeLists.txt whitespace=tab-in-indent,no-lf-at-eof our-cmake-style
# 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/Numerics/FEM/src/dsrc2c.c hooks-max-size=260000
Modules/ThirdParty/** hooks-max-size=300000 hooks.style=
Modules/ThirdParty/ZLIB/src/itkzlib-ng/crc32_braid_tbl.h hooks-max-size=700000
Modules/ThirdParty/GDCM/src/gdcm/Source/DataDictionary/privatedicts.xml hooks-max-size=400000
Modules/Filtering/Denoising/include/itkPatchBasedDenoisingImageFilter.hxx hooks-max-size=120000
Documentation/docs/releases/* hooks-max-size=300000
Documentation/Art/* hooks-max-size=300000
pixi.lock hooks-max-size=1000000
# VNL-specific .gitattributes should go into Modules/ThirdParty/VNL/.gitattributes
# GDCM-specific .gitattributes should go into Modules/ThirdParty/GDCM/src/gdcm/.gitattributes
# HDF5-specific .gitattributes should go into Modules/ThirdParty/HDF5/.gitattributes
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true