commit | 4cdc2486974f13ca1aa7af620cdbc24d5e6955d1 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Jul 28 10:43:46 2020 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Tue Jul 28 10:55:09 2020 +0800 |
tree | 7246c8106b0b13ebaeeb379572b4fad0b42e2e2a | |
parent | f4b87bafc0d29cf7753f525c1847fb87a0c83543 [diff] [blame] |
Add basic git configurations Change-Id: Ib89c1de2ba1e460787d28e5bd6896aeb724688dc Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..22b7e0f --- /dev/null +++ b/.gitattributes
@@ -0,0 +1,17 @@ +* text=auto + +# Text files that should be normalized +*.c text +*.h text +*.py +*.json +*.txt text +*.rst +*.pdsc +*.css +*.svd + +# Binary files that should not be normalized +*.a binary +*.lib binary +*.pdf binary