diff options
author | Leonard Kugis <leonard@kug.is> | 2020-08-31 15:33:47 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2020-08-31 15:33:47 +0200 |
commit | 22787ade85e5943954bcb8963b332860d3fa3553 (patch) | |
tree | ec3ca154a6f4fb0c32db07c023d37028ad6ab979 /.gitignore | |
parent | 0c9fcab3477fadbdb56333d6e4a5ab3e1618c4b3 (diff) |
Updated gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 32 insertions, 3 deletions
@@ -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/ |