From: Florent Bruneau Date: Fri, 24 Aug 2007 22:07:45 +0000 (+0200) Subject: Add .gitignore files X-Git-Tag: xorg/0.9.15~192 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=964383288074427a28800be1965b1f655849b2c5;p=platal.git Add .gitignore files --- 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 +