From: Tomas Valla Date: Thu, 24 Jul 2014 13:20:29 +0000 (+0200) Subject: build system: Fixed bug (recursive rule application) in .gitignore X-Git-Tag: v6.1~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=41512d5daee3a15a4f990ce852f80b7918157ce1;p=libucw.git build system: Fixed bug (recursive rule application) in .gitignore --- diff --git a/.gitignore b/.gitignore index a1562e2c..d9e1f1ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -run -obj -charset/unidata +/run +/obj +/charset/unidata TAGS *~ _* *.swp .make.log -debian-tmp +/debian-tmp