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
57837b98e6
mcuboot
/
.gitignore
13 lines
98 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
Anchor mynewt ignored directories Without the leading slash, these ignore lines will ignore these names in any subdirectory. This was ignoring Zephyr targets files, because of the same name. Signed-off-by: David Brown <david.brown@linaro.org>
2017-08-11 22:35:13 +08:00
/repos/
/project.state
/bin/
/targets/