From 09a358efa737b9984ab3af6548b3e285dc7b0df7 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 26 Aug 2018 11:22:47 +0200 Subject: [PATCH] Added _*/ to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9956a4..627e015 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ compile_commands.json -_build +_*/ build-* *.user