From 4da1a9d0d03c302d270ddda19bcddae7bc1d9295 Mon Sep 17 00:00:00 2001 From: Edgars Beigarts Date: Thu, 15 Jan 2015 14:57:52 +0200 Subject: [PATCH] Ignore temporary test files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2eeae280..12bc32bc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ t/ .rbx/ Gemfile.lock .idea/ +/test/test_puma.state +/test/test_server.sock +/test/test_control.sock