From aec2a976fedcd5fcdf32fa49f79bbcdfb077b0e9 Mon Sep 17 00:00:00 2001
From: Florian Wolf <florian.wolf@idiv.de>
Date: Thu, 6 Oct 2016 14:56:08 +0200
Subject: [PATCH] adds *.o files to gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4eb9772..38b413a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 DrawArea
 DrawArea-mpi
+*.o
-- 
GitLab