aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-04-25 18:13:16 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:48 +0100
commit7872dfb95de823b40233ab6364e10507263f973d (patch)
treed846a652ad7acfa35fb56330786d5cc4b260ae2c /.gitignore
parent245c519f40aa21e2858d58e20f5c9f202aca2aea (diff)
downloadusdx-7872dfb95de823b40233ab6364e10507263f973d.tar.gz
usdx-7872dfb95de823b40233ab6364e10507263f973d.tar.xz
usdx-7872dfb95de823b40233ab6364e10507263f973d.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
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