don't ignore .spec

This commit is contained in:
adrienmalin 2018-08-21 19:08:54 +02:00
parent 21702936dd
commit 08219de5b5
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -31,7 +31,7 @@ MANIFEST
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
#*.spec
# Installer logs
pip-log.txt

View File

@ -31,7 +31,7 @@ Yet another Tetris clone, with Qt5 on Python 3
* Build with pyinstaller:
```bash
pyinstaller pyinstaller.spec
python3 -m pyinstaller pyinstaller.spec
```
## Credits