7543b475b1
All build artefacts are now placed in build*/ directories so there's no longer any need to hide files like .o with .gitignore. Signed-off-by: Damien George <damien@micropython.org>
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
# Build directories
|
|
build/
|
|
build-*/
|
|
docs/genrst/
|
|
|
|
# Test failure outputs
|
|
tests/results/*
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
|
|
# Customized Makefile/project overrides
|
|
GNUmakefile
|
|
user.props
|
|
|
|
# MacOS desktop metadata files
|
|
.DS_Store
|