1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-11-14 11:39:03 +00:00
dupeguru/.gitignore
Andrew Senetar 3a2f865fca Update makefile for windows (+2 misc)
- Update the makefile to support windows
- Use different bin path in virtualenv
- Use pyd instead of so files
- Tested with Msys2
- Add *.exe to .gitignore
- Fix minor format error in package.py
Ref #393
2017-07-23 20:43:30 -05:00

24 lines
203 B
Plaintext

.DS_Store
__pycache__
*.so
*.mo
*.waf*
.lock-waf*
.tox
/tags
build
dist
env
/deps
cocoa/autogen
/run.py
/cocoa/*/Info.plist
/cocoa/*/build
/qt/*_rc.py
/help/*/conf.py
/help/*/changelog.rst
*.pyd
*.exe