This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 7491d7c4eeb87c11f562032ca4a9f979d9d83b3e Author: Ingo Ruhnke <[email protected]> Date: Sat Jun 20 13:35:26 2015 +0200 More .gitignore --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index fde41f8..df966f7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,22 +2,23 @@ *~ .sconf_temp/ .sconsign.dblite +/build*/ +/doc/doxygen/ +/libxboxdrv.a +/tools/usbcat +/tools/wiimote +/virtualkeyboard +/xboxdrv cache/ config.log custom.py doc/xboxdrv-daemon.html/ doc/xboxdrv.ent doc/xboxdrv.html/ -libxboxdrv.a +incoming/ old src/xboxdrv_controller_glue.hpp src/xboxdrv_daemon_glue.hpp src/xboxdrv_dbus_glue.hpp src/xboxdrv_vfs.hpp test/*_test -xboxdrv -/virtualkeyboard -incoming/ -/tools/usbcat -/tools/wiimote -/doc/doxygen/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

