diff options
author | Kolja Lampe <razzeee@gmail.com> | 2016-07-16 21:20:07 +0200 |
---|---|---|
committer | Kolja Lampe <razzeee@gmail.com> | 2016-07-24 11:29:31 +0200 |
commit | aeaa7ddacf84f3a1c94b483e57ac92e24c81b5e6 (patch) | |
tree | c330006b8618aa629329cc64aab2006cdee81c71 /.gitignore | |
parent | db51af40b5c6854302766bd98f3fd3d96363c00c (diff) |
Move win32 files to their own platform folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 060b0e5f61..3ce665585a 100644 --- a/.gitignore +++ b/.gitignore @@ -518,10 +518,10 @@ lib/cpluff/stamp-h1 #/xbmc/utils /xbmc/utils/Makefile -#/xbmc/win32/ -/xbmc/win32/XBMC_PC.rc +#/xbmc/platform/win32/ +/xbmc/platform/win32/XBMC_PC.rc # no longer used -/xbmc/win32/git_rev.h +/xbmc/platform/win32/git_rev.h # /xbmc/windowing/ /xbmc/windowing/Makefile |