diff options
author | Shannon Booth <shannon.ml.booth@gmail.com> | 2019-12-24 13:33:37 +1300 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-24 02:19:59 +0100 |
commit | ff3003c645f41a20c8d6ec3abebd3cbc550825d0 (patch) | |
tree | a048b80c0a6f60d6cb45ce463bf98847c9c9bbe9 | |
parent | 26c9c27407eb9c975396d9596a845cbd5f4f73fe (diff) | |
download | serenity-ff3003c645f41a20c8d6ec3abebd3cbc550825d0.zip |
Meta: Add ccls-cache to gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 95a1aef721..8490cd252f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,8 +26,9 @@ Toolchain/Tarballs Toolchain/Build Toolchain/Local .vscode +.ccls-cache .DS_Store compile_commands.json .clang_complete *Endpoint.h -Ports/packages.db
\ No newline at end of file +Ports/packages.db |