Permalink
Please sign in to comment.
Browse files
Merge pull request #40 from jwilling/master
Fix hard-coded paths, ignore dirty submodules, show search window on all spaces.
- Loading branch information...
Showing
with
6 additions
and 4 deletions.
@@ -1,9 +1,11 @@ | ||
[submodule "External/SFBAudioEngine"] | ||
path = External/SFBAudioEngine | ||
url = git://github.com/sonoramac/SFBAudioEngine.git | ||
+ ignore = dirty | ||
[submodule "External/SNRHUDKit"] | ||
path = External/SNRHUDKit | ||
url = git://github.com/sonoramac/SNRHUDKit.git | ||
+ ignore = dirty | ||
[submodule "External/Sparkle"] | ||
path = External/Sparkle | ||
url = git://github.com/sonoramac/Sparkle.git |
0 comments on commit
f0c0fe0