diff options
author | Matt Smith <matt@offtopica.uk> | 2019-11-15 23:39:10 +0000 |
---|---|---|
committer | Matt Smith <matt@offtopica.uk> | 2019-11-15 23:39:10 +0000 |
commit | 1b2953f03d4a3e393d19f779f4e82c8d9a38e664 (patch) | |
tree | b7019fb294db88f30a0b9ba654657ab08850874f /.gitignore | |
parent | Merge pull request #6097 (diff) | |
download | monero-1b2953f03d4a3e393d19f779f4e82c8d9a38e664.tar.xz |
Add __pycache__ directory to .gitignore
Diffstat (limited to '.gitignore')
-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__/ |