From 92a9245bdce1174c3ae9c32c991bcb15ad17c075 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Tue, 16 Jun 2020 15:02:21 -0500 Subject: [PATCH] added export ignore items --- .gitattributes | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4509144..33919ed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,6 @@ -*.pyo -*.pyc -.project -.pydevproject \ No newline at end of file +.github/ export-ignore +.setting export-ignore +.gitignore export-ignore +.travis.yml export-ignore +README.md export-ignore +changelog.md export-ignore