diff options
author | Michał Cichoń <michcic@gmail.com> | 2011-11-16 18:41:52 +0100 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2011-11-16 18:41:52 +0100 |
commit | 08976ac87536aeb55c980d995f886518e35265c9 (patch) | |
tree | d7f2d5c5a687078e737e748f36b04ad384205c06 | |
parent | 87d56da0c3dbe52f53a7fe0774b84453ec37da83 (diff) | |
download | pianobar-windows-build-08976ac87536aeb55c980d995f886518e35265c9.tar.gz pianobar-windows-build-08976ac87536aeb55c980d995f886518e35265c9.tar.bz2 pianobar-windows-build-08976ac87536aeb55c980d995f886518e35265c9.zip |
Add binaries submodule.
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | build | 0 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,4 @@ -/build
*.user
*.suo
-*.ncb
\ No newline at end of file +*.ncb
diff --git a/.gitmodules b/.gitmodules index 1f4e84f..d20a791 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "pianobar/src"] path = pianobar/src url = git://github.com/thedmd/pianobar-windows.git +[submodule "build"] + path = build + url = git://github.com/thedmd/pianobar-windows-binaries.git diff --git a/build b/build new file mode 160000 +Subproject 1e8b88ef92b2a7858e16f4dd228f7574114a831 |