From: Frantisek Hrbata Date: Tue, 22 Dec 2020 11:23:27 +0000 (+0100) Subject: git: ignore python's bytecode files X-Git-Tag: v0.2~1 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=6c9137035b5fbf37350bb3cb4309f135303ffa9c;p=gimrr.git git: ignore python's bytecode files Signed-off-by: Frantisek Hrbata --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo