From 9e3e51ff70f59376f728b4aca3b77ca234b3c950 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 12 Mar 2011 17:14:24 +0100 Subject: [PATCH] Ignore mingw-get's downloaded files Signed-off-by: Johannes Schindelin --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a9f5a0f2..7ac19194 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ libexec/git-core /lib/Error.pm /lib/Git.pm /share/gitweb/ +/mingw/var/lib/mingw-get/data/*.xml +/mingw/var/cache/ -- 2.11.4.GIT