commit | d65629def610abded9f8f242043eb6aefc5ee071 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Feb 23 09:53:54 2021 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Tue Feb 23 09:53:54 2021 +0800 |
tree | 764ea6f4d533af45d5e2485a857457cfac317c4c | |
parent | 5ec7965124f4b6d0c1b1653d67da2171175c26da [diff] [blame] |
Introduce end-of-line normalization Change-Id: Ia78df87957163ad6dd65b9b72cf539a96e57ddf4 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7c00131 --- /dev/null +++ b/.gitattributes
@@ -0,0 +1,5 @@ +* text=auto + +# Binary files that should not be normalized +*.pdf binary +*.png binary