From cc001ce49df8929b79f98ebd9b37a28f4d833aee Mon Sep 17 00:00:00 2001 From: Antonio de Sousa Date: Sat, 5 Oct 2024 12:42:50 +0200 Subject: [PATCH] git: Ignore Visual Studio and compiler cache folders --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bfac196fad1..f3bff1f6c62 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /build/ /.cache/ /.vscode/ +/.vs/ *.pyc .sdk .stgit-* @@ -22,7 +23,8 @@ GTAGS *.gcov build.log -/dist +/dist/ +/ccache/ /xemu.ini /macos-libs/ /macos-pkgs/