Initialize repository and implement low-power sleep wakeup
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Keil compiler build outputs
|
||||
Build/
|
||||
|
||||
# Keil user-specific options and GUI layouts
|
||||
*.uvgui.*
|
||||
*.uvguix.*
|
||||
*.dep
|
||||
|
||||
# Temporary/Backup files
|
||||
*~
|
||||
*.bak
|
||||
*.tmp
|
||||
*.crf
|
||||
*.lst
|
||||
*.obj
|
||||
*.lnp
|
||||
*.map
|
||||
*.build_log.htm
|
||||
.history/
|
||||
**/_history/
|
||||
Hardware/.history/
|
||||
session-*.md
|
||||
build.log
|
||||
Reference in New Issue
Block a user