From 005a5f11e5f6e437ebfbfc523755269cde1aa010 Mon Sep 17 00:00:00 2001 From: clime Date: Jul 06 2018 20:02:23 +0000 Subject: add __pycache__ into .gitignore --- diff --git a/.gitignore b/.gitignore index 34f611d..7004f70 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ .cache *.tar.gz *.src.rpm +__pycache__ build/ rpkg-util.egg-info