update gitgnore

This commit is contained in:
Willian Paixao 2021-12-05 18:37:44 +01:00
parent 67d98133aa
commit 095466c270
No known key found for this signature in database
GPG key ID: 4BB3AE4D48EF1764
8 changed files with 15 additions and 15 deletions

View file

@ -10,7 +10,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile Starter Project
- name: Compile beats-time app
run: make
working-directory: 'apps/beats-time/make'
- name: Upload UF2
uses: actions/upload-artifact@v2
with:
name: watch.uf2
path: apps/beats-time/make/build/watch.uf2

15
.gitignore vendored
View file

@ -1,17 +1,18 @@
.DS_Store
*.s#*
**/build/
*.b#*
*.pro
*.job
*.bin
*.d
*.elf
*.hex
*.job
*.lss
*.map
*.o
*.pro
*.s#*
*.uf2
*srec
*.o
*.d
.DS_Store
.vs
.vscode
docs/

View file

@ -8,7 +8,7 @@ PROJECT_NAME = "Sensor Watch"
PROJECT_NUMBER = "0.0.0"
PROJECT_BRIEF = "A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller."
PROJECT_LOGO =
OUTPUT_DIRECTORY = "../Sensor-Watch-Documentation"
OUTPUT_DIRECTORY = "."
CREATE_SUBDIRS = NO
ALLOW_UNICODE_NAMES = NO
OUTPUT_LANGUAGE = English

View file

@ -1 +0,0 @@
build/

View file

@ -1 +0,0 @@
build/

View file

@ -1 +0,0 @@
build/

View file

@ -1 +0,0 @@
build/

View file

@ -1 +0,0 @@
build/