Skip to content

Commit

Permalink
Added "Python Tools for Visual Studio" to VisualStudio.gitignore
Browse files Browse the repository at this point in the history
__pycache__/
*.pyc
  • Loading branch information
matt77hias authored Aug 23, 2016
1 parent 300b054 commit 041d63b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,7 @@ paket-files/

# CodeRush
.cr/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

0 comments on commit 041d63b

Please sign in to comment.