From 32965827407c1aee0fcd09be1fafbf1c8ddefa20 Mon Sep 17 00:00:00 2001
From: "raphael.bach" <raphael.bach@etu.hesge.ch>
Date: Wed, 23 Jan 2019 19:53:05 +0100
Subject: [PATCH] Update .gitignore

---
 .gitignore | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5596432..eb449f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,8 +5,8 @@
 *.py
 
 # Image and Sparse
-*.img
-*.simg
+*out.img
+*out.simg
 
 # hexdump output
 *_hexdump
@@ -15,7 +15,6 @@
 analyze/
 build/
 coverage/
-img/
 log/
 obj/
 
-- 
GitLab