From 850094c4987d9f7c5f8aec3eea1012f6694b8f16 Mon Sep 17 00:00:00 2001 From: Johan Henkens Date: Wed, 5 Dec 2018 09:23:04 -0800 Subject: [PATCH] Add gitattributes, additional ignores --- .gitattributes | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cab1f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto diff --git a/.gitignore b/.gitignore index 2226203..7259ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +*.orig *.pyc .dotest +.idea/ -- 2.11.4.GIT