From: Martin Hořeňovský Date: Mon, 16 Sep 2013 15:34:56 +0000 (+0200) Subject: Modified .gitignore to include directories created by omk. X-Git-Tag: fix-allnoconfig~137 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/a1c3b5da7f0dc6f20ef73e49bc3a45ceef163a83 Modified .gitignore to include directories created by omk. *_compile and *_build are part of the omk build process. --- 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 *~