code.gitea.io/gitea@v1.21.7/options/gitignore/AtmelStudio (about) 1 ## Ignore Atmel Studio temporary files and build results 2 # https://www.microchip.com/mplab/avr-support/atmel-studio-7 3 4 # Atmel Studio is powered by an older version of Visual Studio, 5 # so most of the project and solution files are the same as VS files, 6 # only prefixed by an `at`. 7 8 #Build Directories 9 [Dd]ebug/ 10 [Rr]elease/ 11 12 #Build Results 13 *.o 14 *.d 15 *.eep 16 *.elf 17 *.hex 18 *.map 19 *.srec 20 21 #User Specific Files 22 *.atsuo