From f7143dc589f2c105b95e3cab5402d3a6ea8c177d Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Sun, 19 Jun 2016 14:41:21 +0100 Subject: [PATCH] Update gitignore to ignore debug test builds --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16701940..4b9df18a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ CMakeFiles Makefile cmake_install.cmake .DS_Store -/example/example.so +/example/example*.so /example/example.cpython*.so /example/example.pyd /example/example*.dll