From bf5fdeec4f118eab29b58cda39b911a855a13201 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Wed, 17 Oct 2018 20:44:50 +0100 Subject: [PATCH] trivial: Ignore .pyc files by adding it to .gitignore Title is self-explanatory: these files keep creeping in, ignore them. Change-Id: Ia31839fce3807f212bc664ac90084fa28d14b2b3 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 701c5226..7f94aa85 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ pegleg.egg-info build dist .cache +*.pyc