From bd217811a0fad621fe7c40b74a38a11731f5ca5c Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Fri, 1 Aug 2014 20:00:21 -0600 Subject: [PATCH] Ignore files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 412eeda..d0d7b65 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,7 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +.gitattributes export-ignore +.gitignore export-ignore +README.md export-ignore