https://github.com/daid/Cura/issues/38 .gitignore does not ignore packages now that NewUI is no longer part of the name
This commit is contained in:
parent
a055b03422
commit
d3bfafb2bd
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -3,7 +3,7 @@
|
|||
*.pyc
|
||||
*.zip
|
||||
*.exe
|
||||
osx64-Cura-NewUI*
|
||||
win32-Cura-NewUI*
|
||||
linux-Cura-NewUI*
|
||||
Printrun
|
||||
osx64-Cura-*
|
||||
win32-Cura-*
|
||||
linux-Cura-*
|
||||
Printrun
|
||||
Loading…
Reference in a new issue