From d89f4ee9484c81a9f04f24deb77fe026f53a4b6b Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Mon, 9 Mar 2015 16:44:11 +0100 Subject: [PATCH] Ignore python bytecode files (pyc) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fe1985b1..b8b5624c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ atmel_softpack_libraries/memories */__pycache__ *.E atmel_softpack_libraries/ +*.pyc