From 25a9f4fe327d5fc95a5b1fb8302934a2b1d03294 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 19 Jun 2013 21:08:34 -0400 Subject: [PATCH] Add .dll to .gitignore for builds on Windows. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec4e8ca..4068716 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.so +*.dll *.egg *.egg-info .DS_Store