Skip to content

Commit

Permalink
.gitignore: Ease /binaries pattern
Browse files Browse the repository at this point in the history
The current /binaries/* hid the directory, but completely removed
it by "git-clean -d", which should not be intended.

Reported-by: Markus Heidelberg <[email protected]>
Signed-off-by: Michael Roth <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
mrothNET authored and jacmet committed May 12, 2009
1 parent bb1f42e commit 7204488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/build_*
/project_*
/toolchain_*
/binaries/*
/binaries
/dl
/.auto.deps
/.config.cmd
Expand Down

0 comments on commit 7204488

Please sign in to comment.