From fbb4393231f3e636d113b687b18d096305814d5d Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Mon, 30 Mar 2020 00:41:21 +0200 Subject: [PATCH] Add builddir/ to gitignore Signed-off-by: Stephan Lachnit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9b91e47e..d293d515 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ +builddir/ __pycache__/ .vscode/ MangoHud*.tar.gz