Merge pull request #2322 from PHLAK/master

Added 3rdparty folder as a git submodule
remotes/origin/stable6
Jan-Christoph Borchardt 12 years ago
commit 25175937a9
  1. 1
      .gitignore
  2. 3
      .gitmodules
  3. 1
      3rdparty

1
.gitignore vendored

@ -4,7 +4,6 @@ owncloud
config/config.php
config/mount.php
apps/inc.php
3rdparty
# ignore all apps except core ones
apps/*

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "3rdparty"]
path = 3rdparty
url = git://github.com/owncloud/3rdparty.git

@ -0,0 +1 @@
Subproject commit 63cb2847921d668c2b48b572872cfddbcf41bea4
Loading…
Cancel
Save