From: Michael Roth Date: Mon, 11 May 2009 10:26:07 +0000 (+0200) Subject: .gitignore: Ease /binaries pattern X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7204488170bc0a23aaabd90a129e44c3374ff0e7;p=buildroot.git .gitignore: Ease /binaries pattern The current /binaries/* hid the directory, but completely removed it by "git-clean -d", which should not be intended. Reported-by: Markus Heidelberg Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- diff --git a/.gitignore b/.gitignore index a50918e295..e7117d31ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /build_* /project_* /toolchain_* -/binaries/* +/binaries /dl /.auto.deps /.config.cmd