This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit bf64f43b5d183cef1f2ce6e2cd87267395da6357 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 24 19:14:36 2023 +0100 .gitignore: copy from X2Go Client, adapt to this project. --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ debian/changelog | 1 + 2 files changed, 41 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8f4a87 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Temporary object files/static libs. +*.dylib +*.so +*.so.* +*.[oa] +*.exe +*.lib +*.dll + +client_build/ +.build_man2html +x2gokdriveclient + +# 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. +# Currently not used... +#x2gokdriveclient.app +#x2gokdriveclient.dmg + +x2gokdriveclient.pro.user + +# This file. +.gitignore + +# Generated by Visual Studio. +.vscode/ + +# Auto-generated from template. +# Currently not used, maybe later. +#debian/control diff --git a/debian/changelog b/debian/changelog index 6845a75..b5d5e8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -107,6 +107,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - x2gokdriveclient.spec: add PREFIX to make call. - x2gokdriveclient.spec: add BR: pkgconfig(zlib). - AUTHORS: actually add file, whoops. + - .gitignore: copy from X2Go Client, adapt to this project. * debian/rules: + Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. Especially needed for C++11 support. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git