Explorar el Código

.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>
Michael Roth hace 16 años
padre
commit
7204488170
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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