From b4ed3d65d4b65054c7ce68a9f9ece4ca1e99accd Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 28 Oct 2015 09:47:22 +0100 Subject: [PATCH] Have Git ignore .zip files. .zip files are are common build artifacts but never sources. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4a051ff57..88fae42fc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.png *.log *.elf +*.zip *.d *.ihex *.pyc