From c36f89981193dbb6a4b5f14d20bc7dd8d57f1f88 Mon Sep 17 00:00:00 2001 From: Robert Konklewski Date: Thu, 14 Apr 2016 11:56:53 +0200 Subject: [PATCH] .gitignore: add entries for Atmel Studio project files. Decided to not include project files into the repo, because the projects seem to include some absolute paths, which is not good for developer cooperation. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 7974110..0efdca4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.hex +*.elf build *~ @@ -13,3 +14,10 @@ sim doc datalog.out configtool.ini + +# Atmel Studio project files. +.vs/ +*.atsln +*.atsuo +*.componentinfo.xml +*.cproj