Update .gitignore to ignore __pycache__/.

This commit is contained in:
Damien George 2014-04-12 18:30:22 +01:00
parent 71dcd51989
commit b14f2a0ba3
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -27,3 +27,7 @@ build/
######################
tests/*.exp
tests/*.out
# Python cache files
######################
__pycache__/