diff options
author | Pär Björklund <per@ohmy.nu> | 2016-08-04 18:33:47 +0200 |
---|---|---|
committer | Pär Björklund <per@ohmy.nu> | 2016-08-06 18:55:41 +0200 |
commit | d3faf082c1ee24373ad473a60fb5946ca5540729 (patch) | |
tree | 9a47b8cfdf5d007abbb4a7efd1dfe1536312a371 /.gitignore | |
parent | c24a52f8054e2b6f2804bfb28752eee377d1a04f (diff) |
Finally get rid of the VS solution!legacy_drop_vs
This drops the VS2010Express directory and modifies
BuildSetup.bat to only use cmake.
No more horrible xml merge conflicts :)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/.gitignore b/.gitignore index 3ce665585a..8746c1afcb 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,7 @@ cmake_install.cmake /git_revision.h /libtool /*.patch +/kodi-build/ # /addons/ /addons/packages @@ -263,25 +264,6 @@ lib/cpluff/stamp-h1 /project/BuildDependencies/bin/doxygen /project/BuildDependencies/bin/json-rpc -# /project/VS2010Express -/project/VS2010Express/Debug -/project/VS2010Express/Release -/project/VS2010Express/XBMC -/project/VS2010Express/glib -/project/VS2010Express/guilib -/project/VS2010Express/libPlatinum -/project/VS2010Express/UnrarXLib -/project/VS2010Express/test-XbmcThreads -/project/VS2010Express/libs -/project/VS2010Express/objs -/project/VS2010Express/ipch -/project/VS2010Express/shaders -/project/VS2010Express/*.vsp -/project/VS2010Express/*.metaproj -/project/VS2010Express/*.metaproj.tmp -/project/VS2010Express/.vs -/project/VS2010Express/XBMC for Windows.VC.opendb - # /system /system/cpluff.dll /system/EasyHook32.dll @@ -315,8 +297,6 @@ lib/cpluff/stamp-h1 /system/python27.dll /system/zlib.dll - - # /system/players/VideoPlayer /system/players/VideoPlayer/* @@ -331,9 +311,6 @@ lib/cpluff/stamp-h1 /system/airplay -# /system -/system/zlib1.dll - #/tools/android /tools/android/packaging/Makefile /tools/android/packaging/xbmc/activity_main.xml @@ -572,8 +549,6 @@ lib/cpluff/stamp-h1 /docs/html lib/addons/library.kodi.inputstream/project/VS2010Express/Debug lib/addons/library.kodi.inputstream/project/VS2010Express/Release -/project/VS2010Express/XBMC for Windows.VC.db -/project/VS2010Express/XBMC for Windows.VC.VC.opendb tools/depends/native/TexturePacker/src/Win32/Debug/ tools/depends/native/TexturePacker/src/Win32/Release/ tools/depends/native/TexturePacker/src/Win32/TexturePacker.VC.db |