Skip to content

Instantly share code, notes, and snippets.

@dak180
Created May 10, 2011 23:47
Show Gist options
  • Save dak180/965627 to your computer and use it in GitHub Desktop.
Save dak180/965627 to your computer and use it in GitHub Desktop.
From 4c80a4dcab967741342eefaebcdf69caada8d352 Mon Sep 17 00:00:00 2001
From: dak180 <dak180@users.sourceforge.net>
Date: Tue, 10 May 2011 19:31:49 -0400
Subject: [PATCH] Add the ignores.
---
.gitignore | 10 ++++++++++
addons.wz2100.net/.gitignore | 4 ++++
developer.wz2100.net/.gitignore | 8 ++++++++
guide.wz2100.net/.gitignore | 19 +++++++++++++++++++
static.wz2100.net/.gitignore | 2 ++
wz2100.net/.gitignore | 4 ++++
6 files changed, 47 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
create mode 100644 addons.wz2100.net/.gitignore
create mode 100644 developer.wz2100.net/.gitignore
create mode 100644 guide.wz2100.net/.gitignore
create mode 100644 static.wz2100.net/.gitignore
create mode 100644 wz2100.net/.gitignore
diff --git .gitignore .gitignore
new file mode 100644
index 0000000..949fb61
--- /dev/null
+++ .gitignore
@@ -0,0 +1,10 @@
+# git clutter
+*.orig
+
+# repo clutter
+*.inc.php
+
+# Mac clutter
+.DS_Store
+Icon?
+._*
diff --git addons.wz2100.net/.gitignore addons.wz2100.net/.gitignore
new file mode 100644
index 0000000..f1c36c4
--- /dev/null
+++ addons.wz2100.net/.gitignore
@@ -0,0 +1,4 @@
+# local clutter
+log/*
+cgi-bin/*
+htdocs/files/*
diff --git developer.wz2100.net/.gitignore developer.wz2100.net/.gitignore
new file mode 100644
index 0000000..50385b2
--- /dev/null
+++ developer.wz2100.net/.gitignore
@@ -0,0 +1,8 @@
+# local clutter
+log/
+trac/
+*.git/
+warzone-svn-repo/
+git-test.log
+
+htdocs/favicon.ico
diff --git guide.wz2100.net/.gitignore guide.wz2100.net/.gitignore
new file mode 100644
index 0000000..b8346d4
--- /dev/null
+++ guide.wz2100.net/.gitignore
@@ -0,0 +1,19 @@
+# local clutter
+log/*
+cgi-bin/*
+htdocs/*
+!htdocs/theme/
+!htdocs/tools/
+!htdocs/.htaccess
+!htdocs/404.php
+!htdocs/favicon.ico
+!htdocs/robots.txt
+*.inc.php
+
+# git clutter
+*.orig
+
+# Mac clutter
+.DS_Store
+Icon?
+._*
diff --git static.wz2100.net/.gitignore static.wz2100.net/.gitignore
new file mode 100644
index 0000000..a6e5db4
--- /dev/null
+++ static.wz2100.net/.gitignore
@@ -0,0 +1,2 @@
+# local clutter
+log/
diff --git wz2100.net/.gitignore wz2100.net/.gitignore
new file mode 100644
index 0000000..3f09f29
--- /dev/null
+++ wz2100.net/.gitignore
@@ -0,0 +1,4 @@
+# local clutter
+forums.wz2100.net
+log/
+old-site/
--
1.7.5+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment