From 4d3aab2f0fa1697c910159ef60128988e150ece6 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 11 Dec 2013 16:19:24 +0900 Subject: [PATCH] PHP Core libraries - update www/log, www/templates_c, www/tmp ignore files --- www/log/.gitignore | 2 ++ www/templates_c/.gitignore | 2 ++ www/tmp/.gitignore | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 www/log/.gitignore create mode 100644 www/templates_c/.gitignore create mode 100644 www/tmp/.gitignore diff --git a/www/log/.gitignore b/www/log/.gitignore new file mode 100644 index 00000000..aac4c7e4 --- /dev/null +++ b/www/log/.gitignore @@ -0,0 +1,2 @@ +*log +!.gitignore diff --git a/www/templates_c/.gitignore b/www/templates_c/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/www/templates_c/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/www/tmp/.gitignore b/www/tmp/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/www/tmp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore