Merge pull request #2322 from PHLAK/master
Added 3rdparty folder as a git submodule
This commit is contained in:
commit
25175937a9
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
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
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "3rdparty"]
|
||||
path = 3rdparty
|
||||
url = git://github.com/owncloud/3rdparty.git
|
1
3rdparty
Submodule
1
3rdparty
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 63cb2847921d668c2b48b572872cfddbcf41bea4
|
Loading…
Reference in a new issue