Skip to content

Commit 6881625

Browse files
authored
Merge pull request #112 from glneo/git-ignore-and-modules
chore: remove outdated submodules and add IDE project files
2 parents 07fea81 + 13de8b2 commit 6881625

File tree

7 files changed

+5
-352
lines changed

7 files changed

+5
-352
lines changed

.cproject

Lines changed: 0 additions & 123 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ Mkfile.old
5656
dkms.conf
5757
/Debug/
5858
.cache
59+
60+
# IDE Project files
61+
/.settings/
62+
.*project

.gitmodules

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
[submodule "lv_examples"]
2-
path = lv_examples
3-
url = https://github.com/littlevgl/lv_examples.git
4-
[submodule "lv_drivers"]
5-
path = lv_drivers
6-
url = https://github.com/littlevgl/lv_drivers.git
71
[submodule "lvgl"]
82
path = lvgl
9-
url = https://github.com/littlevgl/lvgl.git
10-
[submodule "lv_demos"]
11-
path = lv_demos
12-
url = https://github.com/lvgl/lv_demos
3+
url = https://github.com/lvgl/lvgl.git

.project

Lines changed: 0 additions & 26 deletions
This file was deleted.

.settings/language.settings.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)