From 29729f26c33ca8c93308a1a18492979213d549f7 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 17 Oct 2016 00:50:53 +0200
Subject: [PATCH] typo

---
 code/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/.gitignore b/code/.gitignore
index 215234e..9ce08e3 100644
--- a/code/.gitignore
+++ b/code/.gitignore
@@ -1,5 +1,5 @@
 #ignore building files and folders
-/build/
+build/
 
 #ignore "real" data (way too large)
 data/
-- 
2.44.0