From 9810604d50ab4dac1693761749df23a7eb420fc7 Mon Sep 17 00:00:00 2001 From: high Date: Fri, 22 Jul 2011 22:51:27 -0400 Subject: [PATCH] Added .exe/.dll back to gitignore. (Fucking hate gitignore) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9e64663..cd88c055 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ ################### *.com *.class - - +*.dll +*.exe *.o *.so */bin/*