summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Roth2009-05-11 12:26:07 +0200
committerPeter Korsgaard2009-05-12 12:24:27 +0200
commit7204488170bc0a23aaabd90a129e44c3374ff0e7 (patch)
tree39480927cb90cc3049217a2e1c8d707933b780c9 /.gitignore
parentgcc-4.3.3: add a patch to link with the math lib to get copysignal (diff)
downloadbuildroot-7204488170bc0a23aaabd90a129e44c3374ff0e7.tar.gz
buildroot-7204488170bc0a23aaabd90a129e44c3374ff0e7.tar.xz
buildroot-7204488170bc0a23aaabd90a129e44c3374ff0e7.zip
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a50918e29..e7117d31f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
/build_*
/project_*
/toolchain_*
-/binaries/*
+/binaries
/dl
/.auto.deps
/.config.cmd