Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaël BRIDAY committed Apr 28, 2022
1 parent d23fe90 commit 7043223
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Binary file modified documentation/manual/main.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions examples/arm/olimex_lpc_l2294/lonely/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
lonely
build
*_exe
*.bin
*.map
build.py
make.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
blink
build
CMakeLists.txt
*_exe
*.bin
*.map
Expand Down
8 changes: 8 additions & 0 deletions examples/riscv/pulpino/blink/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blink
build
CMakeLists.txt
*_exe
*.bin
*.map
build.py
make.py

0 comments on commit 7043223

Please sign in to comment.