Created
December 24, 2013 16:40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 3e23fbe536f24159235d93eea68279495d13aecf Mon Sep 17 00:00:00 2001 | |
From: Chirayu Desai <cdesai@cyanogenmod.org> | |
Date: Tue, 24 Dec 2013 21:36:12 +0530 | |
Subject: [PATCH 1/2] add microwin and nxlib as git submodules | |
--- | |
.gitmodules | 6 ++++++ | |
microwin | 1 + | |
nxlib | 1 + | |
3 files changed, 8 insertions(+) | |
create mode 100644 .gitmodules | |
create mode 160000 microwin | |
create mode 160000 nxlib | |
diff --git a/.gitmodules b/.gitmodules | |
new file mode 100644 | |
index 0000000000..733848edce | |
--- /dev/null | |
+++ b/.gitmodules | |
@@ -0,0 +1,6 @@ | |
+[submodule "microwin"] | |
+ path = microwin | |
+ url = git://github.com/alex-sever-h/microwin.git | |
+[submodule "nxlib"] | |
+ path = nxlib | |
+ url = git://github.com/alex-sever-h/nxlib.git | |
diff --git a/microwin b/microwin | |
new file mode 160000 | |
index 0000000000..6b5dae5cdb | |
--- /dev/null | |
+++ b/microwin | |
@@ -0,0 +1 @@ | |
+Subproject commit 6b5dae5cdbc334ac1c3210bc2c4918668cb42aa4 | |
diff --git a/nxlib b/nxlib | |
new file mode 160000 | |
index 0000000000..71d911dc3e | |
--- /dev/null | |
+++ b/nxlib | |
@@ -0,0 +1 @@ | |
+Subproject commit 71d911dc3ee0f54c2a36fdfd71e0967c75802d30 | |
-- | |
1.8.4.2 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 3f703f5db7c11c950b65e699e32bb8083ea7ce79 Mon Sep 17 00:00:00 2001 | |
From: Chirayu Desai <cdesai@cyanogenmod.org> | |
Date: Tue, 24 Dec 2013 21:57:20 +0530 | |
Subject: [PATCH 2/2] add a gitignore | |
--- | |
.gitignore | 13 +++++++++++++ | |
1 file changed, 13 insertions(+) | |
create mode 100644 .gitignore | |
diff --git a/.gitignore b/.gitignore | |
new file mode 100644 | |
index 0000000000..5ebc1662c3 | |
--- /dev/null | |
+++ b/.gitignore | |
@@ -0,0 +1,13 @@ | |
+*~ | |
+*.o | |
+*.obj | |
+*.elf | |
+*.lib | |
+*.a | |
+*.so | |
+*.so.* | |
+*.exe | |
+*.out | |
+*.app | |
+*.i*86 | |
+*.x86_64 | |
-- | |
1.8.4.2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment