nodemcu-firmware/.gitignore

40 lines
432 B
Plaintext
Raw Permalink Normal View History

2021-08-19 07:44:56 +02:00
sdk/
cache/
user_config.h
server-ca.crt
sdkconfig
sdkconfig.old*
build/
components/*/.output/
tools/toolchains
extmods.ini
.ccache
bin
.gdb_history
app/lua/.std
app/lua53/.std
sdk/
2018-04-19 17:27:47 +02:00
local/
luac.cross
luac.cross.int
uz_unzip
uz_zip
2016-03-20 17:02:06 +01:00
#ignore Eclipse project files
.cproject
.project
.settings/
2021-08-19 07:44:56 +02:00
# ignore VS Code files
.vscode/**
# ignore VS files
.vs/**
2021-08-19 07:44:56 +02:00
# ignore IDEA files
.idea
*.iml
#ignore temp file for build infos
buildinfo.h