From ce0765aa7613fb7bcab76ae9c1288a4a8b9fbe71 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Fri, 10 Aug 2012 00:07:17 -0400 Subject: [PATCH] Add a .gitignore file On the server hosting the Evergreen Website, there are a lot of links and directories that are not tracked in git. Ignore these to make it easier to find changes made locally. Signed-off-by: Ben Shum --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec5f705 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Hide links and folders that exist only on the web server + +blog +documentation/ +dokuwiki +downloads/ +info.php +irc_logs/ +meetings/ +piwik/ +webalizer + -- 2.11.0