gitignore for pyinstaller
This commit is contained in:
parent
08ac8e62a8
commit
9bdfb4fb12
1 changed files with 2 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
dist/*
|
||||
pesterchum.spec
|
||||
*.sw?
|
||||
*~
|
||||
logs/*
|
||||
|
@ -11,7 +13,4 @@ pesterchum.js
|
|||
quirks/*
|
||||
!quirks/defaults.py
|
||||
*.pkl
|
||||
|
||||
Pesterchum.dmg
|
||||
|
||||
Pesterchum.dmg
|
||||
|
|
Loading…
Reference in a new issue