add 0 padding and generic configuration name to ignore

This commit is contained in:
Nicu Hodos 2017-06-04 21:26:29 +02:00
parent be8697e16e
commit 74e41a6b58
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
.ino*
Release/
Prototype/
.*/

View File

@ -1,5 +1,6 @@
#pragma once
#include "Arduino.h"
#include <avr/sleep.h>
#include <avr/power.h>
#include <avr/wdt.h>