From 8cc7d0f7544cb811b1ad01320824bc6eca2acfb8 Mon Sep 17 00:00:00 2001
From: Bron Gondwana <brong@fastmail.fm>
Date: Mon, 20 Apr 2009 11:47:08 +1000
Subject: [PATCH] Ignore files in git (housekeeping)

---
 .gitignore |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a627209
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,66 @@
+Makefile
+aclocal.m4
+autom4te.cache/
+cmulocal/
+config.h
+config.h.in
+config.log
+config.status
+config.status.lineno
+configure
+sieve/
+com_err/et/compile_et
+imap/arbitron
+imap/chk_cyrus
+imap/ctl_cyrusdb
+imap/ctl_deliver
+imap/ctl_mboxlist
+imap/cvt_cyrusdb
+imap/cyr_charset
+imap/cyr_dbtool
+imap/cyr_df
+imap/cyr_expire
+imap/cyr_synclog
+imap/cyrdump
+imap/deliver
+imap/fud
+imap/hammer_skiplist
+imap/imap_err.c
+imap/imap_err.h
+imap/imapd
+imap/ipurge
+imap/lmtpd
+imap/lmtpstats.c
+imap/lmtpstats.h
+imap/mbexamine
+imap/mbpath
+imap/mupdate_err.c
+imap/mupdate_err.h
+imap/nntp_err.c
+imap/nntp_err.h
+imap/pop3d
+imap/pushstats.c
+imap/pushstats.h
+imap/quota
+imap/reconstruct
+imap/smmapd
+imap/squatter
+imap/tls_prune
+imap/unexpunge
+imap/xversion.h
+imtest/imtest
+lib/chartable.c
+lib/imapopts.c
+lib/imapopts.h
+lib/mkchartable
+man/imapd.conf.5
+man/sieveshell.1
+master/master
+notifyd/notifyd
+perl/imap/IMAP.bs
+perl/imap/IMAP.c
+perl/imap/Makefile.old
+perl/imap/blib/
+perl/imap/cyradm
+perl/imap/pm_to_blib
+timsieved/timsieved
-- 
1.5.6.5

