From: Ivan Hernanez Date: Sun, 2 Oct 2011 06:33:04 +0000 (-0500) Subject: Signed-off-by: Ivan Hernanez X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=b5d20f81b1b25f05d409cb5a63da3a83daec5531;p=IvanGame.git Signed-off-by: Ivan Hernanez --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f03e459 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ + +CMakeLists.txt + +doc/* +SDL.dll +*.swp +*~ + +#OS junk files +[Tt]humbs.db +*.DS_Store + +#Visual Studio files +*.[Oo]bj +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.[Cc]ache +*.ilk +*.log +*.lib +*.sbr +*.sdf +*.opensdf +ipch/ +obj/ +[Bb]in +[Dd]ebug*/ +[Rr]elease*/ +Ankh.NoLoad + +#Tooling +_ReSharper*/ +*.resharper +[Tt]est[Rr]esult* + +#Project files +[Bb]uild/ + +#Subversion files +.svn + +# Office Temp Files +~$* \ No newline at end of file