mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 01:58:19 +00:00
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
This commit is contained in:
22
options/gitignore/AtmelStudio
Normal file
22
options/gitignore/AtmelStudio
Normal file
@@ -0,0 +1,22 @@
|
||||
## Ignore Atmel Studio temporary files and build results
|
||||
# https://www.microchip.com/mplab/avr-support/atmel-studio-7
|
||||
|
||||
# Atmel Studio is powered by an older version of Visual Studio,
|
||||
# so most of the project and solution files are the same as VS files,
|
||||
# only prefixed by an `at`.
|
||||
|
||||
#Build Directories
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
|
||||
#Build Results
|
||||
*.o
|
||||
*.d
|
||||
*.eep
|
||||
*.elf
|
||||
*.hex
|
||||
*.map
|
||||
*.srec
|
||||
|
||||
#User Specific Files
|
||||
*.atsuo
|
Reference in New Issue
Block a user