This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit 2b483fee061d4e903253899c9edd10a37d30c263 Author: Simon McVittie <[email protected]> Date: Tue Sep 27 23:41:40 2016 +0100 Remove CACHEDIR.TAG on clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 810d542..9a56784 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,7 @@ clean: rm -rf game_data_packager/__pycache__ rm -rf game_data_packager/games/__pycache__ rm -rf tools/__pycache__ + rm -f out/CACHEDIR.TAG test ! -d out || rmdir out check: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

