From 7f4c306240d1cad70e7a3ccd41aaeea12916ab3c Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 27 Nov 2018 18:07:11 +0100 Subject: [PATCH] ignore compiled python code --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b97892b2d..e2b341194 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ python/dist/ # YouCompleteMe .ycm_extra_conf.py +*.pyc