diff options
author | Anton Fedchin <anightik@gmail.com> | 2017-10-18 17:18:06 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2017-10-20 16:31:41 +0300 |
commit | 33fae8ac053c0a17a4f14b9a49c795e96e39bb04 (patch) | |
tree | 304d7f299cae96c0363ebc672cb0a0c255266460 /.gitignore | |
parent | 922a6bb1959befa982f8c37ea3336b018ffe12db (diff) |
BuildDependencies: re-arrange packages on the fly for new format.
The structure of a package will be changed with the following rules:
system/*.* -> /bin
project/BuildDependencies/bin/*.* -> /bin
project/BuildDependencies/include/*.* -> /include
project/BuildDependencies/lib/*.* -> /lib
project/BuildDependencies/win32/*.* -> /<root>
project/BuildDependencies/x64/*.* -> /<root>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore index 8bb321edf0..64eee333f0 100644 --- a/.gitignore +++ b/.gitignore @@ -102,8 +102,6 @@ cmake_install.cmake /addons/skin.estouchy/media/Makefile /addons/skin.estouchy/media/Textures.xbt /addons/skin.pm3-hd/media/Textures.xbt -/addons/script.module.pil/ -/addons/script.module.pycryptodome/ /addons/audioencoder.* /addons/pvr.* /addons/adsp.* @@ -237,8 +235,6 @@ lib/cpluff/stamp-h1 /project/BuildDependencies/arm-uwp /project/BuildDependencies/downloads /project/BuildDependencies/downloads2 -/project/BuildDependencies/include -/project/BuildDependencies/lib /project/BuildDependencies/msys32 /project/BuildDependencies/msys64 /project/BuildDependencies/locals @@ -254,30 +250,6 @@ lib/cpluff/stamp-h1 /project/BuildDependencies/win32 /project/BuildDependencies/win32-uwp -# /system -/system/cpluff.dll -/system/EasyHook32.dll -/system/EasyHook64.dll -/system/libcurl.dll -/system/libeay32.dll -/system/ssh.dll -/system/sqlite3.dll -/system/libnfs.dll -/system/dnssd.dll -/system/cec.dll -/system/libxslt.dll -/system/ssleay32.dll -/system/libxml2.dll -/system/libass.dll -/system/libbluray* -/system/libcdio.dll -/system/libplist.dll -/system/shairplay.dll -/system/libmysql.dll -/system/python27.dll -/system/zlib.dll -/system/lcms2.dll - # /system/players/VideoPlayer /system/players/VideoPlayer/* |