1.git* export-ignore 2.hooks* export-ignore 3 4# Custom attribute to mark sources as using our C code style. 5[attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0 6 7# Custom attribute to mark sources as generated. 8# Do not perform whitespace checks. Do not format. 9[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format-6.0 10 11bootstrap eol=lf 12configure eol=lf 13*.[1-9] eol=lf 14*.bash eol=lf 15*.sh eol=lf 16*.sh.in eol=lf 17 18*.bat eol=crlf 19*.bat.in eol=crlf 20*.sln eol=crlf 21*.vcproj eol=crlf 22*.inf eol=crlf 23 24*.pfx -text 25*.png -text 26*.png.in -text 27 28*.c our-c-style 29*.cc our-c-style 30*.cpp our-c-style 31*.cu our-c-style 32*.cxx our-c-style 33*.h our-c-style 34*.hh our-c-style 35*.hpp our-c-style 36*.hxx our-c-style 37*.notcu our-c-style 38 39*.cmake whitespace=tab-in-indent 40*.rst whitespace=tab-in-indent conflict-marker-size=79 41*.txt whitespace=tab-in-indent 42