Add git related files
Add .gitignore and .gitattributes files.
Signed-off-by: David Wang <david.wang@arm.com>
Change-Id: Ice0a90302d16ff83972e1e4f2bfa4f76968bac05
diff --git a/.gitattributes b/.gitattributes
new file mode 100755
index 0000000..90b81a3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,17 @@
+* text=auto
+
+# Text files that should be normalized
+*.c text
+*.h text
+*.py text
+*.json text
+*.txt text
+*.rst text
+*.pdsc text
+*.css text
+*.svd text
+
+# Binary files that should not be normalized
+*.a binary
+*.lib binary
+*.pdf binary