1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

gitignore: __pycache__

This commit is contained in:
Daniel Hahler
2014-10-16 03:24:39 +02:00
parent 86f663fa6e
commit e3f3257a8c

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.coverage .coverage
*.pyc *.pyc
__pycache__
*~ *~
*.tar.gz *.tar.gz
*.patch *.patch