This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit cb32ea6cd3005da7c26f714a000dc9975b2683a4 Author: X2Go Release Manager <git-admin@x2go.org> Date: Wed Feb 11 22:59:02 2015 +0100 .gitignore: ignore temporary and binary files. --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10c8dc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# obj/bin files +*.dylib +*.so +*.so.* +*.[oa] +*.exe +*.lib +*.dll + +# src files +*.orig + +# tmp files +.~lock.* +Backup\ of\ * +.*.sw? +.DS_Store +~$*.docx + +# KDevelop +*~ + +# Doxygen +*.tmp + +# this file +.gitignore -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git