diff --git a/.gitignore b/.gitignore index 37626e5..6fac6cf 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ NickelMenu.kdev4 # VSCode .vscode/ +# clangd +compile_flags.txt + # Build artifacts /KoboRoot.tgz /src/libnm.so diff --git a/Makefile b/Makefile index 7d2b584..2972df2 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,9 @@ NickelMenu.kdev4 # VSCode .vscode/ +# clangd +compile_flags.txt + # Build artifacts endef export GITIGNORE_HEAD