From 5b6f80fb31c512804673214de15dba186ad54519 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sun, 5 Apr 2009 07:51:48 +0000
Subject: [PATCH] Renamed to match with latest core. Database files ignored,
 cache files ignored

---
 .gitattributes                                            | 5 +++--
 .gitignore                                                | 8 ++++++++
 application/ship-simu/templates/de/menu/.htaccess         | 1 +
 .../images/de/image/{base_code.itp => base_code.xml}      | 0
 .../de/image/{code_captcha.itp => code_captcha.xml}       | 0
 5 files changed, 12 insertions(+), 2 deletions(-)
 create mode 100644 application/ship-simu/templates/de/menu/.htaccess
 rename application/ship-simu/templates/images/de/image/{base_code.itp => base_code.xml} (100%)
 rename application/ship-simu/templates/images/de/image/{code_captcha.itp => code_captcha.xml} (100%)

diff --git a/.gitattributes b/.gitattributes
index 5e68650..d50f5b2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -224,12 +224,13 @@ application/ship-simu/templates/de/emails/text_resend_link.tpl -text
 application/ship-simu/templates/de/html/.htaccess -text
 application/ship-simu/templates/de/html/nav_advert.tpl -text
 application/ship-simu/templates/de/html/selector_ship-simu.tpl -text
+application/ship-simu/templates/de/menu/.htaccess -text
 application/ship-simu/templates/images/.htaccess -text
 application/ship-simu/templates/images/_cache/.htaccess -text
 application/ship-simu/templates/images/de/.htaccess -text
 application/ship-simu/templates/images/de/image/.htaccess -text
-application/ship-simu/templates/images/de/image/base_code.itp -text
-application/ship-simu/templates/images/de/image/code_captcha.itp -text
+application/ship-simu/templates/images/de/image/base_code.xml -text
+application/ship-simu/templates/images/de/image/code_captcha.xml -text
 /clear-cache.sh -text
 db/.htaccess -text
 db/company/.htaccess -text
diff --git a/.gitignore b/.gitignore
index 5e4afd2..9a129d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,11 @@
 /.cache
 /.project
 /.settings
+application/ship-simu/templates/images/_cache/*.*
+db/company/*.serialized
+db/company_user/*.serialized
+db/gov_user/*.serialized
+db/news/*.serialized
+db/payments/*.serialized
+db/user/*.serialized
+db/user_points/*.serialized
diff --git a/application/ship-simu/templates/de/menu/.htaccess b/application/ship-simu/templates/de/menu/.htaccess
new file mode 100644
index 0000000..3a42882
--- /dev/null
+++ b/application/ship-simu/templates/de/menu/.htaccess
@@ -0,0 +1 @@
+Deny from all
diff --git a/application/ship-simu/templates/images/de/image/base_code.itp b/application/ship-simu/templates/images/de/image/base_code.xml
similarity index 100%
rename from application/ship-simu/templates/images/de/image/base_code.itp
rename to application/ship-simu/templates/images/de/image/base_code.xml
diff --git a/application/ship-simu/templates/images/de/image/code_captcha.itp b/application/ship-simu/templates/images/de/image/code_captcha.xml
similarity index 100%
rename from application/ship-simu/templates/images/de/image/code_captcha.itp
rename to application/ship-simu/templates/images/de/image/code_captcha.xml
-- 
2.39.5