From d837169f1d10f0fee605cc17564c68563db94601 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 8 May 2019 09:52:43 +0100 Subject: [PATCH] Ignore compiled files from newer versions --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9b539d7f..ae9f65fb 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