From a3fe34995df6f90ff0ef4b8c30216e761fc21135 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sat, 13 Oct 2012 16:19:38 +0200 Subject: [PATCH] Add *.pidb and *.userprefs to .gitignore Those are generated by MonoDevelop and should not be tracked. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6119fa593..6acba4470 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ *.mdb *.o *.pc +*.pidb +*.userprefs *.wxs aclocal.m4 autom4te.cache