From 3121b4cf285b02bc0544ccdcfa2d2cc04f289e93 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Wed, 17 Jun 2020 14:29:52 +0100 Subject: [PATCH] Add *pyc to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6ee7f945..90cebcc5 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ build-* CTestTestfile.cmake mylayout.json *.cbp +*.pyc +/python/examples/rc_assets.py