From e221d8efa1f4f72183dd9e56005f9a398791e3de Mon Sep 17 00:00:00 2001 From: Gabriel Koutilellis Date: Mon, 18 Jul 2016 10:55:36 +0300 Subject: [PATCH] Added windows binary exclusion on .gitignore 20160718 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f66b475c..4e9a9a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store __pycache__ +*.pyd *.so *.mo *.waf*