update gitgnore
This commit is contained in:
		
							parent
							
								
									67d98133aa
								
							
						
					
					
						commit
						095466c270
					
				
							
								
								
									
										8
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@ -10,7 +10,11 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v2
 | 
					        uses: actions/checkout@v2
 | 
				
			||||||
      - name: Compile Starter Project
 | 
					      - name: Compile beats-time app
 | 
				
			||||||
        run: make
 | 
					        run: make
 | 
				
			||||||
        working-directory: 'apps/beats-time/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
									
									
								
							
							
						
						
									
										15
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,17 +1,18 @@
 | 
				
			|||||||
.DS_Store
 | 
					**/build/
 | 
				
			||||||
*.s#*
 | 
					 | 
				
			||||||
*.b#*
 | 
					*.b#*
 | 
				
			||||||
*.pro
 | 
					 | 
				
			||||||
*.job
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
*.bin
 | 
					*.bin
 | 
				
			||||||
 | 
					*.d
 | 
				
			||||||
*.elf
 | 
					*.elf
 | 
				
			||||||
*.hex
 | 
					*.hex
 | 
				
			||||||
 | 
					*.job
 | 
				
			||||||
*.lss
 | 
					*.lss
 | 
				
			||||||
*.map
 | 
					*.map
 | 
				
			||||||
 | 
					*.o
 | 
				
			||||||
 | 
					*.pro
 | 
				
			||||||
 | 
					*.s#*
 | 
				
			||||||
*.uf2
 | 
					*.uf2
 | 
				
			||||||
*srec
 | 
					*srec
 | 
				
			||||||
*.o
 | 
					.DS_Store
 | 
				
			||||||
*.d
 | 
					 | 
				
			||||||
.vs
 | 
					.vs
 | 
				
			||||||
.vscode
 | 
					.vscode
 | 
				
			||||||
 | 
					docs/
 | 
				
			||||||
							
								
								
									
										2
									
								
								Doxyfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Doxyfile
									
									
									
									
									
								
							@ -8,7 +8,7 @@ PROJECT_NAME           = "Sensor Watch"
 | 
				
			|||||||
PROJECT_NUMBER         = "0.0.0"
 | 
					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_BRIEF          = "A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller."
 | 
				
			||||||
PROJECT_LOGO           =
 | 
					PROJECT_LOGO           =
 | 
				
			||||||
OUTPUT_DIRECTORY       = "../Sensor-Watch-Documentation"
 | 
					OUTPUT_DIRECTORY       = "."
 | 
				
			||||||
CREATE_SUBDIRS         = NO
 | 
					CREATE_SUBDIRS         = NO
 | 
				
			||||||
ALLOW_UNICODE_NAMES    = NO
 | 
					ALLOW_UNICODE_NAMES    = NO
 | 
				
			||||||
OUTPUT_LANGUAGE        = English
 | 
					OUTPUT_LANGUAGE        = English
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								apps/accelerometer-test/make/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								apps/accelerometer-test/make/.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1 +0,0 @@
 | 
				
			|||||||
build/
 | 
					 | 
				
			||||||
							
								
								
									
										1
									
								
								apps/beats-time/make/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								apps/beats-time/make/.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1 +0,0 @@
 | 
				
			|||||||
build/
 | 
					 | 
				
			||||||
							
								
								
									
										1
									
								
								apps/buzzer-test/make/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								apps/buzzer-test/make/.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1 +0,0 @@
 | 
				
			|||||||
build/
 | 
					 | 
				
			||||||
							
								
								
									
										1
									
								
								apps/spi-test/make/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								apps/spi-test/make/.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1 +0,0 @@
 | 
				
			|||||||
build/
 | 
					 | 
				
			||||||
							
								
								
									
										1
									
								
								apps/starter-project/make/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								apps/starter-project/make/.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1 +0,0 @@
 | 
				
			|||||||
build/
 | 
					 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user