The branch, master has been updated via acc0632ba462e6e3be91bb70e812c00fcfb176c6 (commit) from 178a4015b4928a708fa37dd507c0a5f89fa152cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit acc0632ba462e6e3be91bb70e812c00fcfb176c6 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 29 16:34:59 2012 +0100 Add .gitignore file. ----------------------------------------------------------------------- Summary of changes: .gitignore | 17 +++++++++++++++++ debian/changelog | 1 + 2 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 .gitignore The diff of changes is: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..721e32c --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Temporary object files/static libs. +*.[oa] + +# Generated by qmake. +moc_*.cpp +ui_*.h +qrc_resources.cpp + +# VIM temporary files. +.*.sw* + +# Generated by lrelease. +x2goclient_*.qm + +# Generated by qmake when building on OS X. +x2goclient.app + diff --git a/debian/changelog b/debian/changelog index 3d26561..4c32c71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ x2goclient (3.99.1.1-0~x2go1) UNRELEASED; urgency=low * New upstream version (3.99.1.1): - Use the Mac OS X 10.5 SDK instead 10.6 to remain compatible with Leopard. + - Add .gitignore file. [ Daniel Lindgren ] * New upstream version (3.99.1.1): hooks/post-receive -- x2goclient.git (X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2Go Client).