From a04ed17a654c06f80e569f5da5110512fd4dabd2 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 28 Feb 2019 20:19:51 -0800 Subject: [PATCH] CPLD tool: Ignore .pyc files that get pooped out with firmware tools. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b2507075..d26a771d 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,5 @@ firmware/cpld/**/*.xst firmware/cpld/**/*.xwbt firmware/**/build + +*.pyc