Commit Graph

4 Commits

Author SHA1 Message Date
David Brown 35fd554d4f 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-24 07:07:56 -06:00
Fabio Utzig 923d7e4c85 Add more state files to ignore list 2017-04-20 07:50:12 -03:00
David Brown adec29ebe5 scripts: Remove .pyc file from repo
Add *.pyc to the .gitignore, and remove the file that got mistakenly
checked in.
2017-01-23 15:56:39 -07:00
David Brown c331967ae1 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-09 10:37:20 -07:00