diff options
| author | w0rp | 2019-05-08 09:52:43 +0100 |
|---|---|---|
| committer | w0rp | 2019-05-08 09:52:43 +0100 |
| commit | d837169f1d10f0fee605cc17564c68563db94601 (patch) | |
| tree | feb509f662957827d950a4618e40495d3b048e01 | |
| parent | 9778a6e5b57e8a93c164091db0a11762e61db92a (diff) | |
| download | ale-v2.4.x.tar.gz | |
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9b539d7f1..ae9f65fb1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ # Ignore all hidden files everywhere. # Use `git add -f` to add hidden files. .* +__pycache__ +*.pyc /doc/tags /init.vim /test/ale-info-test-file |