mirror of https://github.com/arendst/Tasmota.git
40 lines
576 B
Plaintext
40 lines
576 B
Plaintext
|
#----------------------------------------#
|
||
|
# .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
|
||
|
|
||
|
# Unit Test builds
|
||
|
test/*.o
|
||
|
test/*.a
|
||
|
test/*_test
|
||
|
|
||
|
# Tools builds
|
||
|
tools/*.o
|
||
|
tools/*.a
|
||
|
tools/gc_decode
|
||
|
|
||
|
.pioenvs
|
||
|
.piolibdeps
|
||
|
.clang_complete
|
||
|
.gcc-flags.json
|