From 928ac2e3b717778d3ef5541c9db564ab8af974b1 Mon Sep 17 00:00:00 2001 From: Andrew Raines Date: Fri, 1 Nov 2013 16:40:14 -0500 Subject: [PATCH] Ignore project tmp dir. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8eddd7884b..68512597837 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ target/ .local-execution-hints.log docs/html/ docs/build.log +/tmp/ ## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects) ## The only configuration files which are not ignored are certain files in