From 7872dfb95de823b40233ab6364e10507263f973d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Apr 2010 18:13:16 +0200 Subject: added main application added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index daa63a09..e38a2894 100644 --- a/.gitignore +++ b/.gitignore @@ -15,10 +15,12 @@ Thumbs.db *.bdsproj.local *.bak *~ -Makefile config.log config.status __history aclocal.m4 autom4te.cache/ coverage/ +usdx +test/ +debug.log -- cgit v1.2.3