From baa671916d401e5adedea3cfb5a86544bf702ee7 Mon Sep 17 00:00:00 2001 From: Sophist Date: Wed, 22 May 2013 12:57:03 +0100 Subject: [PATCH] Add fpcalc.exe and discid.dll to ignore list fpcalc and discid.dll are put in the development directories when you build the development environment according to the instructions on the musicbrainz web site - and they should not form part of the repo. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6084caa3f..54c50431b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ build.cfg *.dll *.so locale +fpcalc.exe +discid.dll