1
0

Added clangd compile_flags.txt to gitignore

This commit is contained in:
Patrick Gaskin
2020-05-13 13:17:48 -04:00
parent fbef20c4e2
commit a32c17b8f4
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@ NickelMenu.kdev4
# VSCode # VSCode
.vscode/ .vscode/
# clangd
compile_flags.txt
# Build artifacts # Build artifacts
/KoboRoot.tgz /KoboRoot.tgz
/src/libnm.so /src/libnm.so

View File

@@ -58,6 +58,9 @@ NickelMenu.kdev4
# VSCode # VSCode
.vscode/ .vscode/
# clangd
compile_flags.txt
# Build artifacts # Build artifacts
endef endef
export GITIGNORE_HEAD export GITIGNORE_HEAD