From 71b3afb37c5b8e743251c36b1f4f1b7659cd9c4d Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Thu, 7 Nov 2013 15:33:11 +0700 Subject: [PATCH] add some sln to gitignore --- .gitignore | 281 +++++++++++++++++++++++++++-------------------------- 1 file changed, 141 insertions(+), 140 deletions(-) diff --git a/.gitignore b/.gitignore index 29938b6b5..da1658ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,140 +1,141 @@ -autom4te.cache -*~ -*.bak -.deps -deps -*.o -/openclonk -/netpuncher -/c4group -/c4script -.dirstamp -*.a -*.c4p -planet/Records.c4f -*.lib -*.dll -stamp-h1 -config.h -config.log -config.status -C4Version.h -Makefile -C4Include.h.gch -Makefile.in -aclocal.m4 -autotools/config.guess -autotools/config.sub -autotools/compile -autotools/depcomp -autotools/install-sh -autotools/missing -configure -intermediate -build* -CMakeScripts -CMakeFiles -CMakeCache.txt -planet/CMakeFiles -planet/CMakeCache.txt -CPackConfig.cmake -CPackSourceConfig.cmake -*.rule -editor-icons.h -oc-icon.h - -# Documentation -*.pyc -docs/online -docs/chm -docs/sdk-de -docs/sdk/content.xml -docs/*.mo -docs/doku.pot -docs/Functions.txt - -# Visual studio files -openclonk.opensdf -deps/ -planet/Release -planet/RelWithDebInfo -planet/Debug -planet/MinSizeRel -planet/clonk.dir -planet/c4group.dir -planet/ZERO_CHECK.dir -planet/fmod.dll -planet/cmake_install.cmake -planet/clonk.sln -planet/clonk.ilk - -build -planet/clonk.app -Release -RelWithDebInfo -MinSizeRel -Debug -clonk.dir -c4group.dir -ZERO_CHECK.dir -fmod.dll -cmake_install.cmake -clonk.sln -clonk.ilk -openclonk.sln -openclonk.ilk -*.vcproj -*.vcxproj -*.vcxproj.filters -/ipch - -# Temporary files created by Microsoft Visual Studio -*.ncb -*.plg -*.opt -*.suo -*.sbr -*.bsc -BuildLog.htm -*.user -*.positions -*.idb -*.pdb -*.ilk - -# TortoiseHg loves to generate those -*.orig - -# XCode temporary files + Xcode not temporary files -.DS_Store -._* -xcode/build -*.xcodeproj - -# Binaries -*.app -*.exe - -# Development files explicitely excluded -planet/nohg* - -# Eclipse project file -planet/.project - -# Code::Blocks files -openclonk.layout -openclonk.sdf -openclonk.cbp -tests/openclonk_unittest.cbp - -# MacOSX saved searches -*.savedSearch -planet/OpenClonk.bat -planet/openclonk.sln -WindowsGamesExplorer.xml - -# Mape -mape -mape-icons.h - - +autom4te.cache +*~ +*.bak +.deps +deps +*.o +/openclonk +/netpuncher +/c4group +/c4script +.dirstamp +*.a +*.c4p +planet/Records.c4f +*.lib +*.dll +stamp-h1 +config.h +config.log +config.status +C4Version.h +Makefile +C4Include.h.gch +Makefile.in +aclocal.m4 +autotools/config.guess +autotools/config.sub +autotools/compile +autotools/depcomp +autotools/install-sh +autotools/missing +configure +intermediate +build* +CMakeScripts +CMakeFiles +CMakeCache.txt +planet/CMakeFiles +planet/CMakeCache.txt +CPackConfig.cmake +CPackSourceConfig.cmake +*.rule +editor-icons.h +oc-icon.h + +# Documentation +*.pyc +docs/online +docs/chm +docs/sdk-de +docs/sdk/content.xml +docs/*.mo +docs/doku.pot +docs/Functions.txt + +# Visual studio files +openclonk.opensdf +deps/ +planet/Release +planet/RelWithDebInfo +planet/Debug +planet/MinSizeRel +planet/clonk.dir +planet/c4group.dir +planet/ZERO_CHECK.dir +planet/fmod.dll +planet/cmake_install.cmake +planet/clonk.sln +planet/clonk.ilk + +build +planet/clonk.app +Release +RelWithDebInfo +MinSizeRel +Debug +clonk.dir +c4group.dir +ZERO_CHECK.dir +fmod.dll +cmake_install.cmake +clonk.sln +clonk.ilk +openclonk.sln +openclonk.ilk +*.vcproj +*.vcxproj +*.vcxproj.filters +/ipch + +# Temporary files created by Microsoft Visual Studio +*.ncb +*.plg +*.opt +*.suo +*.sbr +*.bsc +BuildLog.htm +*.user +*.positions +*.idb +*.pdb +*.ilk + +# TortoiseHg loves to generate those +*.orig + +# XCode temporary files + Xcode not temporary files +.DS_Store +._* +xcode/build +*.xcodeproj + +# Binaries +*.app +*.exe + +# Development files explicitely excluded +planet/nohg* + +# Eclipse project file +planet/.project + +# Code::Blocks files +openclonk.layout +openclonk.sdf +openclonk.cbp +tests/openclonk_unittest.cbp + +# MacOSX saved searches +*.savedSearch +planet/OpenClonk.bat +planet/openclonk.sln +WindowsGamesExplorer.xml + +# Mape +mape +mape-icons.h + + +tests/openclonk_unittest.sln