1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gitignore: add clangd compile flags

This commit is contained in:
Bas Stottelaar 2018-08-26 22:28:31 +02:00 committed by Bas Stottelaar
parent b5200e96a7
commit 8c4cc54592

4
.gitignore vendored
View File

@ -64,3 +64,7 @@ results/
# mypy artifacts
.mypy_cache/
# Clangd compile flags (language server)
compile_commands.json
compile_flags.txt