This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit a02a0d65f1b13559aad3755ad7f4aebc4c708b37 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 13 22:22:06 2015 +0100 .gitignore: update with more temporary files. --- .gitignore | 9 +++++++++ debian/changelog | 1 + 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index bd81db2..eafee6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ # Temporary object files/static libs. +*.dylib +*.so +*.so.* *.[oa] +*.exe +*.lib +*.dll client_build/ plugin_build/ @@ -22,3 +28,6 @@ x2goclient.app x2goclient.dmg x2goclient.pro.user + +# This file. +.gitignore diff --git a/debian/changelog b/debian/changelog index 850fc76..416e945 100644 --- a/debian/changelog +++ b/debian/changelog @@ -113,6 +113,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium Makefile.man2html. - Reformat README.OpenSSL-Exception. - Grammar fix in README.i18n. + - Update .gitignore with more temporary files. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git