From 9e364902bf0b8d214b76a82548bf62b696437852 Mon Sep 17 00:00:00 2001 From: tsic404 Date: Thu, 8 Jun 2023 13:36:19 +0800 Subject: [PATCH] chore: update .gitignore add debian and build ignore update .gitignore log: as title --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index f0fb64c3b..3417d1eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.a build*/ +obj-*-linux-gnu/ *.pro.user* CMakeLists.txt.user* *.DS_Store @@ -27,3 +28,14 @@ dde-dock */*/dbusinterface/generation_dbus_interface/ .transifexrc .cache + +# debain +debian/.debhelper/ +debian/dde-dock/ +debian/dde-dock-dev/ +debian/dde-dock-onboard-plugin/ +debian/tmp/ +debian/*.log +debian/*.substvars +debian/debhelper-build-stamp +debian/files