From 17a2345675ab13d2900404541de94b8d3d6df50e Mon Sep 17 00:00:00 2001 From: Leandro Freitas Date: Wed, 27 Jan 2016 14:09:00 -0200 Subject: [PATCH] Ignore .pyc files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 57e15c5..f6b54df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.swp doc/tags +*.pyc