diff options
author | h.udo <hudokkow@gmail.com> | 2015-12-23 00:26:05 +0000 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2015-12-23 00:26:05 +0000 |
commit | fa0b2513a11b1668734e9c46bc3b11e6b730e565 (patch) | |
tree | 580a09c1426690fb10df96e90e0fbdb883207897 /.gitignore | |
parent | 3163da304143ef32f8d088a777fe46621d411e68 (diff) |
[osx] Ignore Makefile after platform shuffle
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f55ebc83e0..ae2d86b634 100644 --- a/.gitignore +++ b/.gitignore @@ -565,6 +565,7 @@ lib/cpluff/stamp-h1 # /xbmc/platform/darwin/osx/ /xbmc/platform/darwin/osx/Info.plist +/xbmc/platform/darwin/osx/Makefile # /xbmc/platform/darwin/ios/ /xbmc/platform/darwin/osx/ios/IOS-Info.plist @@ -855,4 +856,4 @@ lib/cpluff/stamp-h1 /xbmc/cores/dvdplayer/DVDDemuxers/Makefile /xbmc/cores/dvdplayer/DVDSubtitles/Makefile /xbmc/cores/dvdplayer/VideoRenderers/Makefile -/xbmc/cores/VideoRenderers/Makefile
\ No newline at end of file +/xbmc/cores/VideoRenderers/Makefile |