diff options
author | elupus <elupus@svn> | 2010-07-16 00:37:33 +0000 |
---|---|---|
committer | elupus <elupus@svn> | 2010-07-16 00:37:33 +0000 |
commit | 4998dc37c65f3eabb09a3ff60c6a9f8f00412359 (patch) | |
tree | 50f239ada4f8001f546633911120ff94900f7c2f /.gitignore | |
parent | d9377b32eff029651e82de12fc9f271b7e59e53b (diff) |
added: some more gitignores
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31837 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7272fde7dc..268eeaadf8 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,8 @@ config.log /addons/visualization.projectm/projectM.vis /addons/visualization.waveform/Waveform.vis /addons/visualization.waveform/Waveform_win32.vis +/addons/script.module.pil/ +/addons/script.module.pysqlite/ # /guilib/ /guilib/Makefile @@ -301,6 +303,7 @@ config.log /system/players/dvdplayer/libexpat-1.dll /system/players/dvdplayer/libfaad.dll /system/players/dvdplayer/libfontconfig-1.dll +/system/players/dvdplayer/librtmp.dll # /system/players/paplayer /system/players/paplayer/wavpack.dll @@ -388,6 +391,7 @@ config.log # /tools/TexturePacker /tools/TexturePacker/TexturePacker /tools/TexturePacker/Makefile +/tools/TexturePacker/*.dll # /tools/XBMCTex/ /tools/XBMCTex/Makefile |