From b3a27ee937494b519fe019f2bad3d1fc5b116acb Mon Sep 17 00:00:00 2001 From: Julian Depetris Chauvin Date: Fri, 6 Apr 2012 17:11:43 -0300 Subject: [PATCH] Ignore *.dmg files Signed-off-by: Julian Depetris Chauvin --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45341b6a..7bca171c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ version.txt .gitattributes -/goldendict.app/ \ No newline at end of file +/goldendict.app/ +*.dmg \ No newline at end of file