From 443d72ee24b27e50d6f50a009d843915320d4738 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 27 Jul 2014 17:18:00 +0100 Subject: [PATCH] Ignore .paw file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a0cd1e4d..9ab5b91a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ /examples/nosql/config/oauth2.sqlite3 /examples/relational/composer.lock /tests/codecept/tests/_log -tests/_output/* \ No newline at end of file +tests/_output/* +oauth2-server.paw \ No newline at end of file