This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
mcuboot
mirror of
https://github.com/zephyrproject-rtos/mcuboot.git
Watch
1
Star
0
Fork
You've already forked mcuboot
0
Code
Issues
Releases
Wiki
Activity
1e15859951
mcuboot
/
.gitignore
13 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
zephyr: Move Zephyr build to top level The Zephyr build system does strange things if it refers to source directories above the main Makefile (generating outdir/<target>/../boot/... paths). For now, fix this by moving the Zephyr Makefile to the top-level in the tree. This shouldn't have much impact on Mynewt, as it doesn't use makefiles.
2017-01-10 01:35:50 +08:00
outdir/
.*.swp
target.sh
scripts: Remove .pyc file from repo Add *.pyc to the .gitignore, and remove the file that got mistakenly checked in.
2017-01-11 07:42:00 +08:00
*.pyc
Add more state files to ignore list
2017-04-20 18:50:12 +08:00
tags
rusty-tags.*
# mynewt
repos/
project.state
bin/
targets/