diff options
author | Leonard Kugis <leonard@kug.is> | 2020-08-31 15:45:37 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2020-08-31 15:45:37 +0200 |
commit | ff865773c2edadbde7e57cc88d31ed2e4bc3924a (patch) | |
tree | e6345dfdaa9e9834a59373db6dbd62f9bdab659f /.gitignore | |
parent | 9b1eb21f2bffaa3f42702cb73b9f19eae2fee761 (diff) | |
parent | 22787ade85e5943954bcb8963b332860d3fa3553 (diff) |
Merge branch 'master' of collaborating.tuhh.de:cev7691/pinlock
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/ |