diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-01-16 17:52:14 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-01-16 17:52:14 -0800 |
| commit | 51873fec043c4b8506b87d729290105b43fae2cb (patch) | |
| tree | f723ff110d30ff65046f498da6c34af49b4f514e | |
| parent | beb815a81defc441138bb6929c3b525e008fe734 (diff) | |
| parent | 1b2953f03d4a3e393d19f779f4e82c8d9a38e664 (diff) | |
| download | monzero-core-51873fec043c4b8506b87d729290105b43fae2cb.tar.gz monzero-core-51873fec043c4b8506b87d729290105b43fae2cb.tar.xz monzero-core-51873fec043c4b8506b87d729290105b43fae2cb.zip | |
Merge pull request #6145
1b2953f0 Add __pycache__ directory to .gitignore (Matt Smith)
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0ece7cb75..08c310e66 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,5 @@ nbproject .idea/ /testnet + +__pycache__/ |
