From 0aafda122314c503063793ee802f09bbd469ae68 Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Sun, 9 Oct 2016 10:58:26 +0200 Subject: [PATCH] Fixed paths to ignore. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7300467..8d04f43 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NON_DIRS=experiments/ template/ +NON_DIRS=results/ DIRS=$(patsubst %/,%/,$(sort $(dir $(filter-out $(NON_DIRS),$(wildcard */))))) MAKE=make -- libgit2 0.26.0