From 574e71f5e737180815fde403ab0ac76071b64e54 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 22 Oct 2014 12:16:49 +0100 Subject: [PATCH] Ignore temp session files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f9f7cc..62fd095 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ lib/config-* test/test-file1.txt tmp/oldVersion tmp/new-version* -tmp/bug-report.log \ No newline at end of file +tmp/bug-report.log +tmp/sess* \ No newline at end of file