From 559f9edc18410e6ba802701d8603e4cc8b71c57e Mon Sep 17 00:00:00 2001 From: hummigbird1 Date: Tue, 5 May 2020 20:42:10 +0200 Subject: [PATCH] Ignore build output folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4efe2..df3ba6c 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,5 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc +/build