From 976d77defed17adaca81381222b5b80cdd34f8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 26 Oct 2010 18:01:23 -0200 Subject: [PATCH] Add test/tmp/* to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2eaee58a..333d5ea6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ coverage/* rdoc/* pkg log +test/tmp/* \ No newline at end of file