Update .gitignore, add test/__pycache__
The __pycache__ folder is genarated by Python 3.2
This commit is contained in:
parent
3037d26c9d
commit
1a34bc3b60
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,5 +2,6 @@ build
|
|||||||
dist
|
dist
|
||||||
pygit2.so
|
pygit2.so
|
||||||
test/*.pyc
|
test/*.pyc
|
||||||
|
test/__pycache__
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.swp
|
*.swp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user