diff options
author | Brad King <brad.king@kitware.com> | 2017-02-22 19:33:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-22 21:53:26 (GMT) |
commit | 2256c3a7db89c58ecdd0e6cfcdff7805522187f1 (patch) | |
tree | 1d2de505e243cf5dc1387dc28851b9c191897efa /.gitattributes | |
parent | f45e3b950991f5c4f66cd132bda61a369a3016d7 (diff) | |
download | CMake-2256c3a7db89c58ecdd0e6cfcdff7805522187f1.zip CMake-2256c3a7db89c58ecdd0e6cfcdff7805522187f1.tar.gz CMake-2256c3a7db89c58ecdd0e6cfcdff7805522187f1.tar.bz2 |
Define a custom Git attribute to mark source files as generated
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d959918..dfc3250 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,10 @@ .gitattributes export-ignore .hooks* export-ignore +# Custom attribute to mark sources as generated. +# Do not perform whitespace checks. +[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab + bootstrap crlf=input configure crlf=input *.[1-9] crlf=input |