From: Yann E. MORIN Date: Sun, 21 Aug 2016 19:30:00 +0000 (+0200) Subject: gitignore: expand ignored files X-Git-Tag: v4.7.0.0~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bb3320d5c8f41218e65c752c41512b88d0cd7e8;p=kconfig-frontends gitignore: expand ignored files The ignored files in libs/parser are matched with a glob, but it is confusing to have a glob ending in '.c', as it might match an actual source file. Just ignore files explicitly. Signed-off-by: "Yann E. MORIN" --- diff --git a/.gitignore b/.gitignore index a74794a..7483ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,9 @@ /libs/images/images.c /libs/images/images.h -/libs/parser/?conf.c +/libs/parser/hconf.c +/libs/parser/lconf.c +/libs/parser/yconf.c /utils/tweak /utils/gettext