diff options
author | latex <latex@disroot.org> | 2023-01-23 18:41:42 +0100 |
---|---|---|
committer | latex <latex@disroot.org> | 2023-01-23 18:41:42 +0100 |
commit | e8d5b17975a687fd115167c1df1544c949088f42 (patch) | |
tree | 55b69465a3f599b1083d2dccec85f7127a41ba6e | |
parent | 065daae2c6143033f289a2577cb905493fb8eea2 (diff) | |
download | libumumble-e8d5b17975a687fd115167c1df1544c949088f42.tar.gz |
Add .cache/ to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4735f8d..a6fe2e2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build/ *.so *.pb.c *.pb.h +.cache/ compile_commands.json |