]> git.itanic.dy.fi Git - log-plotter/commitdiff
.gitignore: Prevent junk being visible to git
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 8 Oct 2013 18:38:13 +0000 (21:38 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 8 Oct 2013 18:38:13 +0000 (21:38 +0300)
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 <timo.t.kokkonen@iki.fi>
.gitignore

index bd05bb04816f896924353b0acc18d0e46ffff64b..d66456cec7e6ac542afd9ae73b0667eab6a990bb 100644 (file)
@@ -4,4 +4,7 @@
 log-plotter
 version.h
 .*
-!.gitignore
\ No newline at end of file
+!.gitignore
+*.log
+*.png
+TAGS