From 13608cee9e73c9a8007948dd3a7abb914197fdf6 Mon Sep 17 00:00:00 2001 From: aanper Date: Tue, 20 Oct 2020 09:49:28 +0300 Subject: [PATCH] ignore pyc --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05fc0781..b8cdcf31 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ bindings/ # legendary cmake's build CMakeLists.txt -firmware/targets/f2/CMakeLists.txt \ No newline at end of file +firmware/targets/f2/CMakeLists.txt + +*.pyc \ No newline at end of file