Fixed text encode to UTF8, added .gitignore
This commit is contained in:
46
00_m1284p_blink_make/.gitignore
vendored
Normal file
46
00_m1284p_blink_make/.gitignore
vendored
Normal file
@@ -0,0 +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
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* main.c
|
* main.c
|
||||||
*
|
*
|
||||||
* Created on: 22 <EFBFBD><EFBFBD><EFBFBD><EFBFBD>. 2018 <EFBFBD>.
|
* Created on: 22 нояб. 2018 г.
|
||||||
* Author: maxx
|
* Author: maxx
|
||||||
*/
|
*/
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user