From d3bfafb2bd6d92db4a7116fd17ab6b939b7bed40 Mon Sep 17 00:00:00 2001 From: Lawrence Johnston Date: Sat, 7 Apr 2012 13:34:15 -0700 Subject: [PATCH] https://github.com/daid/Cura/issues/38 .gitignore does not ignore packages now that NewUI is no longer part of the name --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6c1debd6..417c7e31 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.pyc *.zip *.exe -osx64-Cura-NewUI* -win32-Cura-NewUI* -linux-Cura-NewUI* -Printrun +osx64-Cura-* +win32-Cura-* +linux-Cura-* +Printrun \ No newline at end of file -- 2.30.2