From 6c846594b464ed50a32dc8bafeee318ded020d89 Mon Sep 17 00:00:00 2001 From: maxxir_w Date: Fri, 18 Jan 2019 09:59:31 +0400 Subject: [PATCH] Fixed text encode to UTF8, added .gitignore --- 00_m1284p_blink/.gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 00_m1284p_blink/main.c | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/00_m1284p_blink/.gitignore b/00_m1284p_blink/.gitignore index a261883..2db02ba 100644 --- a/00_m1284p_blink/.gitignore +++ b/00_m1284p_blink/.gitignore @@ -1 +1,46 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +*.HEX +*.bin +*.BIN + +# Temporary GCC build +*.eep +*.lss +*.lst +*.map +*.sym /Release +/.dep + +# Eclipse specific +/.settings + diff --git a/00_m1284p_blink/main.c b/00_m1284p_blink/main.c index 83df3e3..a1ccc16 100644 --- a/00_m1284p_blink/main.c +++ b/00_m1284p_blink/main.c @@ -1,7 +1,7 @@ /* * main.c * - * Created on: 22 . 2018 . + * Created on: 22 нояб. 2018 г. * Author: maxx */ #include