Skip to content

Commit

Permalink
add build output dirs to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Dec 21, 2016
1 parent e65f5bc commit 8db9cc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ Thumbs.db
# Python virtual environment
/env/

# build outputs
/build/
/dist/
/pywinrm.egg-info/
/MANIFEST
*.py[co]
__pycache__
~temp/
*~

/winrm/tests/config.json


0 comments on commit 8db9cc4

Please sign in to comment.