mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-16 12:19:03 +00:00
Andrew Senetar
30b4102abd
- Update the README to include a reference to the Windows instructions. - Add some additional notes into Windows Instructions and remove one incorrect command. - Update .gitignore to ignore all permutations of env* to allow for multiple side by side virtual environments (used to build different versions for windows) Ref: #393
24 lines
204 B
Plaintext
24 lines
204 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 |