From 42d7d318312e68be76709f9c26606e48fd52c915 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Thu, 28 Aug 2014 17:03:17 +0200
Subject: [PATCH] Updated .gitignore to include *.dylib as well [skip ci].

---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 9f9c80d..4d8f53c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,11 @@
 *.swp
 *.pyc
 *.so
+*.dylib
+CMakeLists.txt
 bin
 eggs
+src
 parts
 .installed.cfg
 .mr.developer.cfg
@@ -15,5 +18,6 @@ dist
 .gdb_history
 build
 *.egg
-src/
 opsnr.stt
+.coverage
+.DS_Store
-- 
GitLab