gitignore: Simplify top-level gitignore file.

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>
pull/10075/head
Damien George 2022-11-25 12:08:43 +11:00
rodzic 921f397acb
commit 7543b475b1
1 zmienionych plików z 1 dodań i 32 usunięć

33
.gitignore vendored
Wyświetl plik

@ -1,48 +1,17 @@
# Compiled Sources
###################
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.dis
*.exe
# Packages
############
# Logs and Databases
######################
*.log
# VIM Swap Files
######################
*.swp
# Build directories
######################
build/
build-*/
docs/genrst/
# Test failure outputs
######################
tests/results/*
# Python cache files
######################
__pycache__/
*.pyc
# Customized Makefile/project overrides
######################
GNUmakefile
user.props
# Generated rst files
######################
genrst/
# MacOS desktop metadata files
######################
.DS_Store