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 | Merge pull request #6144 (diff) | |
parent | Add __pycache__ directory to .gitignore (diff) | |
download | monero-51873fec043c4b8506b87d729290105b43fae2cb.tar.xz |
Merge pull request #6145
1b2953f0 Add __pycache__ directory to .gitignore (Matt Smith)
Diffstat (limited to '')
-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__/ |