This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository libx2goclient. from 9c86333 /: add .gitignore. new e8e0045 .gitignore: update with more build cruft. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit e8e00452f8069e1575168919de12445dd4d44160 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 15 08:18:50 2019 +0200 .gitignore: update with more build cruft. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 80ca07b..9ab35ed 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ config.status config.guess config.sub config.h.in +config.h configure depend.status missing @@ -37,10 +38,20 @@ m4/ltversion.m4 m4/lt~obsolete.m4 compile ltmain.sh +libtool depcomp stamp-h* .libs .deps +*.la +*.lo + +# Pkgconfig stuff. +*.pc + +# gettext stuff. +po/stamp-it +po/POTFILES # This file. .gitignore -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git