From 54c1daf63553578ec6272ce42563ad5b291dc896 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 2 May 2019 19:20:17 +0200 Subject: Ignore *.woz --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c18dd8d..4c615a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +*.woz \ No newline at end of file -- cgit