From 6aed3c40162388202c72f9b3b29b452569899125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com> Date: Sat, 10 Mar 2018 20:53:40 +0100 Subject: [PATCH] Ignores all 'build' directories --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 717b626f8..5975d974f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *~ -/build +build/ -- GitLab