diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-17T19·05+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T19·05+0000 |
commit | fa640ed8a334c72ab5ceefac8f49dd68fe1ba502 (patch) | |
tree | f77748c671e9fad8d1b2d97807cfb4ff0d0dfcea | |
parent | 7bd17ed07c67593b207a3eb1e44c7080501da4f5 (diff) |
Ignore __pycache__ directory
I don't believe I'll be needing this.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 340ec5ec17eb..49e73a8c177b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ Vundle.vim **/*/.emacs.d/custom.el **/*/.emacs.d/projectile-bookmarks.eld **/*/.emacs.d/bookmarks +__pycache__/ |