From: Michael Tremer Date: Tue, 24 Nov 2015 02:25:17 +0000 (+0000) Subject: .gitignore: Ignore any graph files in the source directory X-Git-Tag: 004~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac3ff74719124d140cda082c2406b58f9fdaafc5;p=collecty.git .gitignore: Ignore any graph files in the source directory Signed-off-by: Michael Tremer --- diff --git a/.gitignore b/.gitignore index 4413936..8fe33cc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ /src/systemd/collecty.service /tmp *.py[co] +/*.pdf +/*.png +/*.svg /*.tar.bz2 /*.tar.gz /*.tar.xz