From 8d72008ca0e3193dec7069326aa6b15a0c948a65 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 9 Aug 2024 04:21:09 -0500 Subject: [PATCH] add .cache to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9abe79ec7..11223f7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ CMakeFiles/ doc/html make.deps src/emacs/dependencies -compile_commands.json \ No newline at end of file +compile_commands.json +.cache \ No newline at end of file