From 7162de53f357606b38d5ed5830fcd4177ba556b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 2 Apr 2019 13:53:08 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 74d81cc..2b4eafc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.smk linguist-language=Python Snakefile linguist-language=Python +.test/* linguist-vendored=false +.test/report.html linguist-generated=true