From a2131fc4e6cce53e3230de4e87215a847fafe078 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 1 Mar 2009 16:44:06 +0100 Subject: start with logging class --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..38a586be --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +Makefile.in +Makefile +*.o +*.lo +*.la +*.c +*.h +*.stamp +*.gir +.deps +.libs + +config.* +aclocal.m4 +autom4te.cache +ChangeLog +configure +depcomp +libtool +install-sh +missing +ltmain.sh +ylwrap +compile +stamp-h1 +*.pc + -- cgit v1.2.3