aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-01-16 17:52:14 -0800
committerAlexander Blair <snipa@jagtech.io>2020-01-16 17:52:14 -0800
commit51873fec043c4b8506b87d729290105b43fae2cb (patch)
treef723ff110d30ff65046f498da6c34af49b4f514e
parentMerge pull request #6144 (diff)
parentAdd __pycache__ directory to .gitignore (diff)
downloadmonero-51873fec043c4b8506b87d729290105b43fae2cb.tar.xz
Merge pull request #6145
1b2953f0 Add __pycache__ directory to .gitignore (Matt Smith)
Diffstat (limited to '')
-rw-r--r--.gitignore2
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__/