From 847af5046fb7d2dbcc668cecf81f1726b7c48bd9 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 11 Apr 2013 20:58:13 -0700 Subject: Add .gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0e2132e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files we want to always be normalized and converted +# to native line endings on checkout. +*.java text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary -- cgit v1.2.3