.gitignore: dont track tools/mkpkg/* except tools/mkpkg/mkpkg_*

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-25 09:08:25 +02:00
parent 82f0752bd9
commit fd338536b4

3
.gitignore vendored
View File

@ -5,3 +5,6 @@ sources/
.stamps/
target/
tools/mkpkg/*
!tools/mkpkg/mkpkg_*