.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 <markus.heidelberg@web.de>
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Michael Roth 2009-05-11 12:26:07 +02:00 committed by Peter Korsgaard
parent bb1f42e442
commit 7204488170

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
/build_* /build_*
/project_* /project_*
/toolchain_* /toolchain_*
/binaries/* /binaries
/dl /dl
/.auto.deps /.auto.deps
/.config.cmd /.config.cmd