From 39db998d8e9b34a36c6b5fc8d88f615c91198ac0 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Thu, 19 Apr 2012 14:23:23 -0400 Subject: [PATCH] Add .metadata/ to git ignore list Signed-off-by: Alexandre Terrasa --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ffba31a..19e04b5 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ tests/hello_world tests/out *.stub.nit.[ch] + +.metadata/* -- 1.7.9.5