From 53411db5dc2cff2131b906074a068e7c9e7f62ea Mon Sep 17 00:00:00 2001 From: Chris Pomeroy <chris.pomeroy@hotmail.com> Date: Sat, 01 May 2021 03:51:36 +0000 Subject: [PATCH] Fixed syntax problem with the convert --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 9616a17..224556d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] - +*.aax +.vscode # C extensions *.so -- Gitblit v1.10.0