diff options
author | montellese <montellese@xbmc.org> | 2013-07-17 21:47:20 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-07-17 21:47:20 +0200 |
commit | f50d7b69569a8662746ab9d10171e03afa9891bb (patch) | |
tree | 02f532e76c6615ef79e36118fa1e5ba2014788c8 /.gitignore | |
parent | 2106faa18e8ddc5c1e9b7a3d87d447429b270452 (diff) |
[win32] add files created when running BuildSetup.bat to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b8d76e010..1f8ee1e83c 100644 --- a/.gitignore +++ b/.gitignore @@ -124,6 +124,8 @@ config.log # /lib/ /lib/Makefile +/lib/*/1 +/lib/*/win32/1 # /lib/asap/ /lib/asap/Makefile @@ -371,6 +373,8 @@ lib/cmyth/Makefile /project/VS2010Express/objs /project/VS2010Express/ipch /project/VS2010Express/*.vsp +/project/VS2010Express/*.metaproj +/project/VS2010Express/*.metaproj.tmp # /skin/ /skin/Confluence/media/Textures.xbt |