From 8cd2edd3eb792338759aa56f64c62f23c5561177 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 27 Aug 2015 02:38:08 +0200 Subject: [PATCH] Moved files into 'contrib' to get them out of the way. Signed-off-by: Roland Haeder --- contrib/.htaccess | 1 + Doxyfile => contrib/Doxyfile | 0 clear-cache.sh => contrib/clear-cache.sh | 0 find-bad-php.sh => contrib/find-bad-php.sh | 0 package.sh => contrib/package.sh | 0 pdepend.sh => contrib/pdepend.sh | 0 rebuild_doc.sh => contrib/rebuild_doc.sh | 0 todo-builder.sh => contrib/todo-builder.sh | 0 update_year.sh => contrib/update_year.sh | 0 9 files changed, 1 insertion(+) create mode 100644 contrib/.htaccess rename Doxyfile => contrib/Doxyfile (100%) rename clear-cache.sh => contrib/clear-cache.sh (100%) rename find-bad-php.sh => contrib/find-bad-php.sh (100%) rename package.sh => contrib/package.sh (100%) rename pdepend.sh => contrib/pdepend.sh (100%) rename rebuild_doc.sh => contrib/rebuild_doc.sh (100%) rename todo-builder.sh => contrib/todo-builder.sh (100%) rename update_year.sh => contrib/update_year.sh (100%) diff --git a/contrib/.htaccess b/contrib/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/contrib/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/Doxyfile b/contrib/Doxyfile similarity index 100% rename from Doxyfile rename to contrib/Doxyfile diff --git a/clear-cache.sh b/contrib/clear-cache.sh similarity index 100% rename from clear-cache.sh rename to contrib/clear-cache.sh diff --git a/find-bad-php.sh b/contrib/find-bad-php.sh similarity index 100% rename from find-bad-php.sh rename to contrib/find-bad-php.sh diff --git a/package.sh b/contrib/package.sh similarity index 100% rename from package.sh rename to contrib/package.sh diff --git a/pdepend.sh b/contrib/pdepend.sh similarity index 100% rename from pdepend.sh rename to contrib/pdepend.sh diff --git a/rebuild_doc.sh b/contrib/rebuild_doc.sh similarity index 100% rename from rebuild_doc.sh rename to contrib/rebuild_doc.sh diff --git a/todo-builder.sh b/contrib/todo-builder.sh similarity index 100% rename from todo-builder.sh rename to contrib/todo-builder.sh diff --git a/update_year.sh b/contrib/update_year.sh similarity index 100% rename from update_year.sh rename to contrib/update_year.sh -- 2.39.5