.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:
parent
bb1f42e442
commit
7204488170
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/build_*
|
/build_*
|
||||||
/project_*
|
/project_*
|
||||||
/toolchain_*
|
/toolchain_*
|
||||||
/binaries/*
|
/binaries
|
||||||
/dl
|
/dl
|
||||||
/.auto.deps
|
/.auto.deps
|
||||||
/.config.cmd
|
/.config.cmd
|
||||||
|
Loading…
Reference in New Issue
Block a user