From 6853137e28162768546e34d88bb36f89010dc833 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 26 Jun 2008 00:57:55 -0400 Subject: [PATCH] Add .gitignore file based on previous svn:ignore props. Signed-off-by: Edward Z. Yang --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb6fad4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Global +*.xc-deps +*.html +*.rss + +# Configuration +/config.php +/config-test.php +/conf/ +/local.txt + +# Error logging +/errors.log +/errors.log* +/mute.txt + +# Cache/Testing +/cache/svn/log/*.ser +/tests/tmp/* -- 2.11.4.GIT