From fb62d1b68429ab28cbc2c187ca7a426bb24b2063 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Tue, 8 Oct 2013 21:38:13 +0300 Subject: [PATCH] .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 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.45.0