diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 21:17:41 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 21:17:41 -0700 |
commit | 55d327a40d363bb16c7443392cc8e70b4b6f1602 (patch) | |
tree | 5cca2fe4c74d94d787813574aec6a6c12db661c8 | |
parent | 508d270a4d78d491bbe1c67c309c404f547da58a (diff) | |
download | webbrowser-55d327a40d363bb16c7443392cc8e70b4b6f1602.tar webbrowser-55d327a40d363bb16c7443392cc8e70b4b6f1602.tar.gz webbrowser-55d327a40d363bb16c7443392cc8e70b4b6f1602.tar.lz webbrowser-55d327a40d363bb16c7443392cc8e70b4b6f1602.tar.xz webbrowser-55d327a40d363bb16c7443392cc8e70b4b6f1602.zip |
Add platform submodule
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | platform | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9966369 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.mozconfig diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dfef4cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "platform"] + path = platform + url = https://github.com/MoonchildProductions/UXP diff --git a/platform b/platform new file mode 160000 +Subproject e28170c980ecb00be11a9430ef22df6ee13e78a |