From 4ebd1f13a0151a80438890344c3fc1739cefd1c7 Mon Sep 17 00:00:00 2001
From: Nikias Bassen
Date: Tue, 15 Dec 2009 14:01:34 +0100
Subject: Added .gitignore file

---
 .gitignore | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 .gitignore

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3c6c3a8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# git-ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+*.[oa]
+*~
+*.po
+*.lo
+*.la
+autom4te.cache/*
+*.in
+*/.deps/*
+m4/*
+*.swp
+aclocal.m4
+config.h
+config.log
+config.sub
+config.guess
+config.status
+configure
+depcomp
+install-sh
+compile
+main
+ltmain.sh
+missing
+mkinstalldirs
+libtool
+*Makefile
+stamp-h1
+src/.libs
+src/sbmanager
-- 
cgit v1.1-32-gdbae