diff options
author | Brad King <brad.king@kitware.com> | 2012-03-02 18:28:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-03-02 18:28:11 (GMT) |
commit | 97e1cc2880746d6a7e641a9b072af6dac10f96b3 (patch) | |
tree | 79ce8837da3b524291972a73625a19a05d2d625e /Utilities/GitSetup/.gitattributes | |
parent | 5012787c3c63523115f2f5254644d320ad27beba (diff) | |
parent | 2f79eb8e3a19d251cac7a4df7dbc29a20fda23f3 (diff) | |
download | CMake-97e1cc2880746d6a7e641a9b072af6dac10f96b3.zip CMake-97e1cc2880746d6a7e641a9b072af6dac10f96b3.tar.gz CMake-97e1cc2880746d6a7e641a9b072af6dac10f96b3.tar.bz2 |
Merge branch 'setup' into developer-setup
Add Utilities/GitSetup/ directory using subtree merge from
the general GitSetup repository "setup" branch.
Diffstat (limited to 'Utilities/GitSetup/.gitattributes')
-rw-r--r-- | Utilities/GitSetup/.gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/GitSetup/.gitattributes b/Utilities/GitSetup/.gitattributes new file mode 100644 index 0000000..51d63be --- /dev/null +++ b/Utilities/GitSetup/.gitattributes @@ -0,0 +1,4 @@ +.git* export-ignore + +tips eol=lf whitespace=indent-with-non-tab +setup-* eol=lf whitespace=indent-with-non-tab |