From 2998696237c9da6293dd647da6b8aa5c5bab2219 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 17 Sep 2012 23:57:32 +0200 Subject: [PATCH] Have git ignore .pyc files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5592c971..ae6319f8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ html html.zip html.tar.gz tests/*.out +*.pyc -- 2.47.3