Skip to content

Commit

Permalink
add gitignore for rkimage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tenfar committed Jul 14, 2018
1 parent a78f138 commit d61e535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -28,3 +28,5 @@ mkpkg-temp
# crap
.DS_Store
.directory

/rkimage
1 change: 1 addition & 0 deletions tools/download-tool
Expand Up @@ -42,5 +42,6 @@ for package in $(find packages/ -name package.mk); do
if [ -n "$(echo $package | grep addons)" -a -z "$ALL_PACKAGES" ]; then
continue
fi
echo "geting $package"
./scripts/get $(basename `dirname $package`)
done

0 comments on commit d61e535

Please sign in to comment.