Browse Source

Hiding directories used by PyInstaller

master
Bryan Miller 6 years ago
parent
commit
55d27d9c4e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitignore

+ 3
- 0
.gitignore View File

@@ -3,3 +3,6 @@ logs/
work/
*.pyc
*.swp
*.spec
build/
dist/

Loading…
Cancel
Save