mirror of https://github.com/ArduPilot/ardupilot
gitignore: ignore installed lua-language-server and version cashe
This commit is contained in:
parent
5e52c7021a
commit
b8312e76b7
|
@ -155,7 +155,11 @@ dumpstack_*out
|
|||
build.tmp.binaries/
|
||||
tasklist.json
|
||||
modules/esp_idf
|
||||
|
||||
# lua-language-server linter
|
||||
ScriptingDocs.md
|
||||
/lua-language-server/
|
||||
repo-LuaLS-lua-language-server.cache
|
||||
|
||||
# Ignore Python virtual environments
|
||||
# from: https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Python.gitignore#L125
|
||||
|
|
Loading…
Reference in New Issue