diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-13 17:51:43 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-13 17:51:51 +0200 |
commit | 80c07d61c99f86c459d9b2be0668358c97d12752 (patch) | |
tree | cf41f93cd5c34c0ec7f258ca2b59d8f68479f966 /tests | |
parent | 10dc5b58800ff21e6106f161e4320296ef308405 (diff) |
Add some missing empty directory, and a dummy .gitignore inside them
Otherwise git would strip them away
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore | 0 | ||||
-rw-r--r-- | tests/simple_unit/pages/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Caching/mockapp/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Caching/mockapp/runtime/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Caching/temp/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Data/SqlMap/app/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Data/SqlMap/app/runtime/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Data/db/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Security/app/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Security/app/runtime/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Web/app/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Web/app/runtime/.gitignore | 0 | ||||
-rw-r--r-- | tests/unit/Web/data/aDirectory/.gitignore | 0 |
13 files changed, 0 insertions, 0 deletions
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 --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/I18N/messages/.gitignore diff --git a/tests/simple_unit/pages/.gitignore b/tests/simple_unit/pages/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/simple_unit/pages/.gitignore diff --git a/tests/unit/Caching/mockapp/.gitignore b/tests/unit/Caching/mockapp/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Caching/mockapp/.gitignore diff --git a/tests/unit/Caching/mockapp/runtime/.gitignore b/tests/unit/Caching/mockapp/runtime/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Caching/mockapp/runtime/.gitignore diff --git a/tests/unit/Caching/temp/.gitignore b/tests/unit/Caching/temp/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Caching/temp/.gitignore diff --git a/tests/unit/Data/SqlMap/app/.gitignore b/tests/unit/Data/SqlMap/app/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Data/SqlMap/app/.gitignore 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 --- /dev/null +++ b/tests/unit/Data/SqlMap/app/runtime/.gitignore diff --git a/tests/unit/Data/db/.gitignore b/tests/unit/Data/db/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Data/db/.gitignore diff --git a/tests/unit/Security/app/.gitignore b/tests/unit/Security/app/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Security/app/.gitignore diff --git a/tests/unit/Security/app/runtime/.gitignore b/tests/unit/Security/app/runtime/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Security/app/runtime/.gitignore diff --git a/tests/unit/Web/app/.gitignore b/tests/unit/Web/app/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Web/app/.gitignore diff --git a/tests/unit/Web/app/runtime/.gitignore b/tests/unit/Web/app/runtime/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Web/app/runtime/.gitignore diff --git a/tests/unit/Web/data/aDirectory/.gitignore b/tests/unit/Web/data/aDirectory/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/unit/Web/data/aDirectory/.gitignore |