From 80c07d61c99f86c459d9b2be0668358c97d12752 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 13 Sep 2013 17:51:43 +0200 Subject: Add some missing empty directory, and a dummy .gitignore inside them Otherwise git would strip them away --- demos/blog/themes/NoTheme/.gitignore | 0 tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore | 0 tests/simple_unit/pages/.gitignore | 0 tests/unit/Caching/mockapp/.gitignore | 0 tests/unit/Caching/mockapp/runtime/.gitignore | 0 tests/unit/Caching/temp/.gitignore | 0 tests/unit/Data/SqlMap/app/.gitignore | 0 tests/unit/Data/SqlMap/app/runtime/.gitignore | 0 tests/unit/Data/db/.gitignore | 0 tests/unit/Security/app/.gitignore | 0 tests/unit/Security/app/runtime/.gitignore | 0 tests/unit/Web/app/.gitignore | 0 tests/unit/Web/app/runtime/.gitignore | 0 tests/unit/Web/data/aDirectory/.gitignore | 0 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 demos/blog/themes/NoTheme/.gitignore create mode 100644 tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore create mode 100644 tests/simple_unit/pages/.gitignore create mode 100644 tests/unit/Caching/mockapp/.gitignore create mode 100644 tests/unit/Caching/mockapp/runtime/.gitignore create mode 100644 tests/unit/Caching/temp/.gitignore create mode 100644 tests/unit/Data/SqlMap/app/.gitignore create mode 100644 tests/unit/Data/SqlMap/app/runtime/.gitignore create mode 100644 tests/unit/Data/db/.gitignore create mode 100644 tests/unit/Security/app/.gitignore create mode 100644 tests/unit/Security/app/runtime/.gitignore create mode 100644 tests/unit/Web/app/.gitignore create mode 100644 tests/unit/Web/app/runtime/.gitignore create mode 100644 tests/unit/Web/data/aDirectory/.gitignore diff --git a/demos/blog/themes/NoTheme/.gitignore b/demos/blog/themes/NoTheme/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore b/tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/simple_unit/pages/.gitignore b/tests/simple_unit/pages/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Caching/mockapp/.gitignore b/tests/unit/Caching/mockapp/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Caching/mockapp/runtime/.gitignore b/tests/unit/Caching/mockapp/runtime/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Caching/temp/.gitignore b/tests/unit/Caching/temp/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Data/SqlMap/app/.gitignore b/tests/unit/Data/SqlMap/app/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Data/SqlMap/app/runtime/.gitignore b/tests/unit/Data/SqlMap/app/runtime/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Data/db/.gitignore b/tests/unit/Data/db/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Security/app/.gitignore b/tests/unit/Security/app/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Security/app/runtime/.gitignore b/tests/unit/Security/app/runtime/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Web/app/.gitignore b/tests/unit/Web/app/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Web/app/runtime/.gitignore b/tests/unit/Web/app/runtime/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Web/data/aDirectory/.gitignore b/tests/unit/Web/data/aDirectory/.gitignore new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3