From: Timo Kokkonen Date: Tue, 8 Oct 2013 18:38:13 +0000 (+0300) Subject: .gitignore: Prevent junk being visible to git X-Git-Url: http://git.itanic.dy.fi/?p=log-plotter;a=commitdiff_plain;h=fb62d1b68429ab28cbc2c187ca7a426bb24b2063 .gitignore: Prevent junk being visible to git There is likely to be a lot of log files, png images and other stuff that we are not interested in seeing in git. Hide them. Signed-off-by: Timo Kokkonen --- diff --git a/.gitignore b/.gitignore index bd05bb0..d66456c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ log-plotter version.h .* -!.gitignore \ No newline at end of file +!.gitignore +*.log +*.png +TAGS