From 1225dd38ce47a3ebac0730e0e789fe0750b186a3 Mon Sep 17 00:00:00 2001 From: Filippo Gentile Date: Wed, 1 Dec 2021 12:11:03 +0100 Subject: [PATCH] gitignore: exclude CPack DEB artifacts --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f6134e7..884ce8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # CMake artifacts /build*/ +/_packages/ CMakeUserPresets.json # Doxygen @@ -92,4 +93,4 @@ compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* -*_qmlcache.qrc \ No newline at end of file +*_qmlcache.qrc