Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

AtmelStudio 408B

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