Gitignore correction
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -38,7 +38,7 @@ Desktop.ini
|
|||||||
*.lst
|
*.lst
|
||||||
*.map
|
*.map
|
||||||
*.sym
|
*.sym
|
||||||
/Release
|
Release/
|
||||||
/.dep
|
/.dep
|
||||||
|
|
||||||
# Eclipse specific
|
# Eclipse specific
|
||||||
|
|||||||
46
00_m1284p_blink/.gitignore
vendored
46
00_m1284p_blink/.gitignore
vendored
@@ -1,46 +0,0 @@
|
|||||||
# 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
|
|
||||||
|
|
||||||
46
00_m1284p_blink_make/.gitignore
vendored
46
00_m1284p_blink_make/.gitignore
vendored
@@ -1,46 +0,0 @@
|
|||||||
# 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
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user