Skip to content
Snippets Groups Projects
Commit 497683b3 authored by Damien George's avatar Damien George
Browse files

gitignore: Put build-*/ pattern in top-level gitignore file.

parent acfbb9fe
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,10 @@ ...@@ -20,9 +20,10 @@
###################### ######################
*.swp *.swp
# Build directory # Build directories
###################### ######################
build/ build/
build-*/
# Test failure outputs # Test failure outputs
###################### ######################
......
# Nordic files # Nordic files
##################### #####################
drivers/bluetooth/s1*/ drivers/bluetooth/s1*/
# Build files
#####################
build-*/
build-*/
build
build-fast
build-minimal
build-coverage
build-nanbox
build-freedos
micropython micropython
micropython_fast micropython_fast
micropython_minimal micropython_minimal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment