From 22787ade85e5943954bcb8963b332860d3fa3553 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Mon, 31 Aug 2020 15:33:47 +0200 Subject: Updated gitignore --- .gitignore | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6eda36c..c7f72fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,35 @@ -# Created by https://www.toptal.com/developers/gitignore/api/kicad,linux,windows,macos,vim -# Edit at https://www.toptal.com/developers/gitignore?templates=kicad,linux,windows,macos,vim +# Created by https://www.toptal.com/developers/gitignore/api/vim,kicad,linux,macos,windows,assembler,atmelstudio +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,kicad,linux,macos,windows,assembler,atmelstudio + +### Assembler ### +*.exe +*.o +*.obj +*.bc + +### AtmelStudio ### +## 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 +*.d +*.eep +*.elf +*.hex +*.map +*.srec + +#User Specific Files +*.atsuo ### KiCad ### # For PCBs designed using KiCad: http://www.kicad-pcb.org/ @@ -127,6 +156,6 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/kicad,linux,windows,macos,vim +# End of https://www.toptal.com/developers/gitignore/api/vim,kicad,linux,macos,windows,assembler,atmelstudio /Hardware/fabrication/ -- cgit v1.2.1