From 6ee05f5d5c508bf40abc28784948f93a92347f02 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 16 Mar 2014 22:27:30 +0100 Subject: [PATCH] add git support files --- .gitattributes | 15 +++++++++++++++ .gitignore | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..740e840 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +*.[hc] text +*.json text +*.xml text +*.py text +*.md text +*.txt text +*.lua text +*.bat text + +# Shell scripts should *always* be LF, regardless of platfrom +s/* text eol=lf +*.sh text eol=lf + +# All third-party code should not be EOL-normalized +#third-party/** -text diff --git a/.gitignore b/.gitignore index 1dd44ef..9800967 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -*~ +*~ config +bin