From 933a7a225f1e71d29c8927be405cdbcc33ce82fe Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 6 Aug 2011 17:28:26 -0400 Subject: [PATCH] .gitignore broke the test! --- testing/tests/views/.gitignore | 1 + testing/tests/views/cache/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 testing/tests/views/.gitignore delete mode 100644 testing/tests/views/cache/.gitignore diff --git a/testing/tests/views/.gitignore b/testing/tests/views/.gitignore new file mode 100644 index 0000000..4550d97 --- /dev/null +++ b/testing/tests/views/.gitignore @@ -0,0 +1 @@ +cache/*.phpi \ No newline at end of file diff --git a/testing/tests/views/cache/.gitignore b/testing/tests/views/cache/.gitignore deleted file mode 100644 index 28bf811..0000000 --- a/testing/tests/views/cache/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.phpi \ No newline at end of file -- 2.22.5