From f1257c4523c0e92bfdab5c3270ceff2b80d17d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 9 Jul 2023 15:03:15 +0200 Subject: [PATCH] Ignore some common patterns Ignore patches, vim session files and project configuration of GNOME Builder and VSCode. Part-of: --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b2f2cb30..59063b78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ po/gnome-shell-extensions.pot zip-files/ *~ +*.patch +*.sw? +.buildconfig +.vscode