diff options
author | Ivan Donchevskii <ivan.donchevskii@qt.io> | 2017-11-02 13:28:20 +0100 |
---|---|---|
committer | Ivan Donchevskii <ivan.donchevskii@qt.io> | 2017-11-02 13:43:00 +0000 |
commit | a7b70d035bd8f403784819c88dd84c252df00b38 (patch) | |
tree | ef6b39a8e1ae791d6e3cace53770004a64895a2f /.gitattributes | |
parent | 58e8904856cf42cc26f91073be2f3886a28132a4 (diff) | |
download | qt-creator-a7b70d035bd8f403784819c88dd84c252df00b38.tar.gz |
Clang: Patches: treat patches as binary files
Not to change line endings during git checkout.
Change-Id: I93a5229aee1dfbfa4a15c1966bdd566a371408c9
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..e87bab18ac --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +dist/clang/patches/*.patch -diff -merge -text |