diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | 3rdparty | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 40d6e6ca0fe..b0cc783123c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ owncloud config/config.php config/mount.php apps/inc.php -3rdparty # ignore all apps except core ones apps/* diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..b9c1a3702cf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rdparty"] + path = 3rdparty + url = git://github.com/owncloud/3rdparty.git diff --git a/3rdparty b/3rdparty new file mode 160000 +Subproject 63cb2847921d668c2b48b572872cfddbcf41bea |