Browse Source

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

pull/4994/merge
Damien George 5 years ago
parent
commit
497683b315
  1. 3
      .gitignore
  2. 5
      ports/nrf/.gitignore
  3. 1
      ports/stm32/.gitignore
  4. 6
      ports/unix/.gitignore

3
.gitignore

@ -20,9 +20,10 @@
######################
*.swp
# Build directory
# Build directories
######################
build/
build-*/
# Test failure outputs
######################

5
ports/nrf/.gitignore

@ -1,8 +1,3 @@
# Nordic files
#####################
drivers/bluetooth/s1*/
# Build files
#####################
build-*/

1
ports/stm32/.gitignore

@ -1 +0,0 @@
build-*/

6
ports/unix/.gitignore

@ -1,9 +1,3 @@
build
build-fast
build-minimal
build-coverage
build-nanbox
build-freedos
micropython
micropython_fast
micropython_minimal

Loading…
Cancel
Save