From a1c3b5da7f0dc6f20ef73e49bc3a45ceef163a83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 16 Sep 2013 17:34:56 +0200 Subject: [PATCH] Modified .gitignore to include directories created by omk. *_compile and *_build are part of the omk build process. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b045105..a41a5c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /ocera-can/ -/_build/ -/_compiled/ +*_build/ +*_compiled/ /socketcan/ /config.omk-default *~ -- 2.39.2