Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kankiewicz <Chris@ChrisKankiewicz.com>2013-03-14 21:21:37 +0400
committerChris Kankiewicz <Chris@ChrisKankiewicz.com>2013-03-14 21:21:37 +0400
commit7f43d6559fa3658c6c8eacf4a513d8f8712f5a02 (patch)
tree026aa350283a2687ae7b0a928e8bd0e3ff5091f4
parentabe408e934d1620a500d9be365e265c9fd635b27 (diff)
Added 3rdparty folder as a git submodule
-rw-r--r--.gitignore1
-rw-r--r--.gitmodules3
m---------3rdparty0
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