aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-08-27tests/run-tests: Make test output directory configurable.stijn
A configurable result directory is advantageous because it enables using a dedicated location, eventually outside of the source tree, instead of forcing the output files into a fixed directory which might also contain other files already. For that reason the default output directory also has been changed to tests/results/.
2019-08-16gitignore: Put build-*/ pattern in top-level gitignore file.Damien George
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-02-20docs: Modify Makefile and indexes to generate cPy-differences pages.Rami Ali
2016-08-29.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.Krzysztof Blazewicz
2015-04-30msvc: Allow overriding of build options with custom filestijn
- by default look for a user.props in the msvc directory, which is more convenient than the built-in way of looking for such file in the user's home directory - make git ignore the file
2014-07-24Add GNUmakefile to the .gitignore file.Dave Hylands
2014-05-03Ignore .exe filesstijn
2014-04-12Update .gitignore to ignore __pycache__/.Damien George
2014-04-10Update .gitignoreAndrew Scheller
Add test failure logs
2014-01-11Added memzip filesystem support for teensyDave Hylands
You can now append a zipfile (containining uncomressed python sources) to the micropython.hex file. Use MEMZIP_DIR=directory when you call make, or set that in your environment to include a different tree of source files. Added sample /boot.py, /src/main.py, /test.py and /src/test.py files. Added run command so that you can execute scripts from REPL (until import is implemented). Added build directory to .gitignore
2014-01-05Add gitignore filemux