diff options
author | Deniz Türkoglu <turkoglu.deniz@gmail.com> | 2015-02-21 15:23:54 +0800 |
---|---|---|
committer | Deniz Türkoglu <deniz@spotify.com> | 2015-02-23 23:22:17 +0800 |
commit | 36acb239d1fd1e43dfcc62ac56763970371d855b (patch) | |
tree | 786daa1db4f6dee91596b05e5436f7f20677eaf7 /.gitignore | |
parent | 1f7566a665c244917ff86f6c19d9874adf25a77c (diff) |
Add native artifacts to .gitignore
When building tools/depends we get a whole bunch of artifacts that
should be ignored from the git repository, add those to the list.
This commit also makes the ffmpeg exclusion generic (up to an
extent) so version bumps are more straight forward.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index fc288a31bb..25c8bb6d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -465,11 +465,11 @@ lib/cpluff/stamp-h1 /tools/android/packaging/xbmc/strings.xml #/tools/depends +/tools/depends/native/*/*native/ /tools/depends/native/JsonSchemaBuilder/bin/ -/tools/depends/native/JsonSchemaBuilder/native/ /tools/depends/target/ffmpeg/.ffmpeg-installed -/tools/depends/target/ffmpeg/ffmpeg-2.4-Helix-alpha4.tar.gz -/tools/depends/target/ffmpeg/ffmpeg-2.4-Helix-alpha4/ +/tools/depends/target/ffmpeg/ffmpeg-*-*.tar.gz +/tools/depends/target/ffmpeg/ffmpeg-*-*/ /tools/depends/target/ffmpeg/ffmpeg-install/ # /tools/EventClients/ @@ -488,6 +488,7 @@ lib/cpluff/stamp-h1 /tools/darwin/packaging/osx/VolumeIcon.icns /tools/darwin/packaging/migrate_to_kodi_ios.sh /tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh +/tools/darwin/runtime/XBMCHelper # /tools/Linux/ /tools/Linux/kodi.sh |