From 43d22c40a85cbd66d1eeabc3524ef0113b6db70a Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 11 Sep 2013 10:48:48 +0100 Subject: [PATCH] Ignore old and new files in tmp --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4841924..3014053 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ error-log.txt backups/*.zip lib/config-* -test/test-file1.txt \ No newline at end of file +test/test-file1.txt +tmp/oldVersion +tmp/new-version* \ No newline at end of file