From b3e234addb5b12ed5c03ed0bdad433af7cc53cdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Fri, 12 Oct 2012 16:07:51 +0200 Subject: [PATCH] Ignore everything under test. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c921081..b0b1eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ _build *.byte myocamlbuild_config.ml *.log -*_swcsa.* \ No newline at end of file +*_swcsa.* +tests/* -- 2.17.1