From 0356b9274d2aea2bda1adae29fa29b89496f6c30 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Thu, 21 Jul 2016 14:35:21 +0200 Subject: [PATCH] Exclude .img and .log files Change-Id: I4bb4c53d7b42333a16dda05c25d947256168d4b9 Signed-off-by: Carlos Goncalves --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 33a0451b..d2ded272 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *~ .*.sw? +**.log /docs_build/ /docs_output/ /releng/ +/tests/*.img -- 2.16.6