From b6baa39f0bc537c8a19ae36a24e2f5d283dcef2e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 31 Oct 2014 13:06:45 +0000 Subject: [PATCH] Ignore all in /tmp dir Other items may be stored in the future, not sure of naming convention for session files etc. Better to ignore tmp/* --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 62fd095..4f6f215 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,4 @@ error-log.txt backups/*.zip lib/config-* test/test-file1.txt -tmp/oldVersion -tmp/new-version* -tmp/bug-report.log -tmp/sess* \ No newline at end of file +tmp/* \ No newline at end of file