From 77c56952609a2b5e1ee904d6e60f27adf98008c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 15 Sep 2018 11:35:58 +0200 Subject: Add pyc files to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 64012e1..dad71c3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ .lock-waf* __pycache__ +*.pyc -- cgit v1.2.1