renamed source code and completed iris kit auth procedure
This commit is contained in:
46
lib/IRremoteESP8266/.gitignore
vendored
46
lib/IRremoteESP8266/.gitignore
vendored
@@ -1,46 +0,0 @@
|
||||
#----------------------------------------#
|
||||
# .gitingore for IRremoteESP8266 library #
|
||||
#----------------------------------------#
|
||||
|
||||
### Files to ignore.
|
||||
|
||||
## Editors
|
||||
# vi/vim
|
||||
**/*.swp
|
||||
|
||||
## Build environments
|
||||
# Platformio
|
||||
**/.pioenvs/
|
||||
**/.piolibdeps/
|
||||
**/.clang_complete
|
||||
**/.gcc-flags.json
|
||||
examples/**/lib
|
||||
examples/**/.travis.yml
|
||||
examples/**/.gitignore
|
||||
lib/readme.txt
|
||||
lib/googletest/**/*
|
||||
|
||||
# GCC pre-compiled headers.
|
||||
**/*.gch
|
||||
|
||||
# Python compiled files
|
||||
**/*.pyc
|
||||
|
||||
# Unit Test builds
|
||||
test/*.o
|
||||
test/*.a
|
||||
test/*_test
|
||||
|
||||
# Tools builds
|
||||
tools/*.o
|
||||
tools/*.a
|
||||
tools/gc_decode
|
||||
tools/mode2_decode
|
||||
|
||||
.pioenvs
|
||||
.piolibdeps
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
|
||||
#Cygwin builds
|
||||
*.exe
|
||||
Reference in New Issue
Block a user