Use .gitmodules to handle our local embeds
Adrian L Lange [09-28-14 - 16:50]
Use .gitmodules to handle our local embeds
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..062f151
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "oUF"]
+ path = embeds/oUF
+ url = git://github.com/haste/oUF.git
+[submodule "oUF_Experience"]
+ path = embeds/oUF_Experience
+ url = git://github.com/p3lim-wow/oUF_Experience.git
diff --git a/.pkgmeta b/.pkgmeta
index 4d17e3e..0017fe7 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -12,4 +12,5 @@ manual-changelog:
markup-type: markdown
ignore:
+ - .gitmodules
- embeds/oUF/utils