From 2cf1696fcf4a04c66fe14a985e5ca585534f22d2 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Tue, 5 Nov 2013 19:54:30 -0500 Subject: [PATCH] added swap files, tests results and Eclipse project file to git ignore Signed-off-by: Alexandre Terrasa --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1fc44a8..75187ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.bak +*.swp *~ +.project EIFGENs .nit_compile* @@ -40,6 +42,7 @@ lib/*.dot tests/alt tests/errlist tests/out +tests/*.xml *.stub.nit.[ch] -- 1.7.9.5