From 964383288074427a28800be1965b1f655849b2c5 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 25 Aug 2007 00:07:45 +0200 Subject: [PATCH] Add .gitignore files --- .gitignore | 3 +++ configs/.gitignore | 2 ++ htdocs/.gitignore | 3 +++ htdocs/css/.gitignore | 2 ++ htdocs/images/.gitignore | 2 ++ htdocs/javascript/.gitignore | 4 ++++ include/.gitignore | 1 + include/banana/.gitignore | 14 ++++++++++++++ 8 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 configs/.gitignore create mode 100644 htdocs/.gitignore create mode 100644 htdocs/css/.gitignore create mode 100644 htdocs/images/.gitignore create mode 100644 htdocs/javascript/.gitignore create mode 100644 include/.gitignore create mode 100644 include/banana/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77c9a60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/wiki +/spool +.*.sw? diff --git a/configs/.gitignore b/configs/.gitignore new file mode 100644 index 0000000..6535600 --- /dev/null +++ b/configs/.gitignore @@ -0,0 +1,2 @@ +platal.conf +platal.cron diff --git a/htdocs/.gitignore b/htdocs/.gitignore new file mode 100644 index 0000000..aaadc66 --- /dev/null +++ b/htdocs/.gitignore @@ -0,0 +1,3 @@ +/.htaccess +/uploads +/wiki diff --git a/htdocs/css/.gitignore b/htdocs/css/.gitignore new file mode 100644 index 0000000..6f43c16 --- /dev/null +++ b/htdocs/css/.gitignore @@ -0,0 +1,2 @@ +# ignore banana stuff +/banana.css diff --git a/htdocs/images/.gitignore b/htdocs/images/.gitignore new file mode 100644 index 0000000..e2ad786 --- /dev/null +++ b/htdocs/images/.gitignore @@ -0,0 +1,2 @@ +# Hide banana stuff +/banana diff --git a/htdocs/javascript/.gitignore b/htdocs/javascript/.gitignore new file mode 100644 index 0000000..08542bd --- /dev/null +++ b/htdocs/javascript/.gitignore @@ -0,0 +1,4 @@ +/jquery.js + +# Hide banana stuff +/spool_toggle.js diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 0000000..c68a431 --- /dev/null +++ b/include/.gitignore @@ -0,0 +1 @@ +/globals.inc.php diff --git a/include/banana/.gitignore b/include/banana/.gitignore new file mode 100644 index 0000000..14814fd --- /dev/null +++ b/include/banana/.gitignore @@ -0,0 +1,14 @@ +# Ignore banana stuff +/banana.inc.php +/feed.inc.php +/mbox.inc.php +/message.func.inc.php +/message.inc.php +/mimepart.inc.php +/nntp.inc.php +/nntpcore.inc.php +/page.inc.php +/protocoleinterface.inc.php +/spool.inc.php +/text.func.inc.php + -- 2.1.4