This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
zz9000-sdk
Watch
2
Star
1
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gitignore
pull/1/head
mntmn
1 year ago
parent
a9a152df68
commit
9b21f9687e
9 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
.gitignore
+0
-0
examples/blur/blur.c
+0
-0
examples/blur/build-blur.sh
+0
-0
examples/conway/build-conway.sh
+0
-0
examples/conway/conway.c
+0
-0
examples/shell/build-shell.sh
+0
-0
examples/shell/shell.c
+0
-0
examples/vector/build-vector.sh
+0
-0
examples/vector/vector.c
+ 7
- 1
.gitignore
View File
@@ -1,5 +1,11 @@
build
*.lha
*.o
conway/conway
*.bin
examples/vector/vector
examples/conway/conway
examples/blur/blur
examples/shell/shell
examples/nanojpeg/nanojpeg
blur/blur.c → examples/blur/blur.c
View File
blur/build-blur.sh → examples/blur/build-blur.sh
View File
conway/build-conway.sh → examples/conway/build-conway.sh
View File
conway/conway.c → examples/conway/conway.c
View File
shell/build-shell.sh → examples/shell/build-shell.sh
View File
shell/shell.c → examples/shell/shell.c
View File
vector/build-vector.sh → examples/vector/build-vector.sh
View File
vector/vector.c → examples/vector/vector.c
View File
Write
Preview
Loading…
Cancel
Save