From a43bae4c0b6f3ec632636be544a6816f5f62dcb0 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Sat, 10 Aug 2013 13:48:24 -0400 Subject: [PATCH] gitignore all test files --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 512e4f2cd9..ea62e34d19 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,7 @@ docker/docker a.out *.orig build_src -command-line-arguments.test .flymake* -docker.test -auth/auth.test .idea .DS_Store docs/_build @@ -16,3 +13,4 @@ docs/_static docs/_templates .gopath/ .dotcloud +*.test