From f1ef947a07483e1521ebcd6c0eabbe4ccb3e487e Mon Sep 17 00:00:00 2001 From: Enrico Guiraud Date: Mon, 2 Oct 2023 15:22:37 -0600 Subject: [PATCH] Update .gitignore --- .gitignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fe57d5a..c2c4543 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -bazel-bin -bazel-cpp-compute-graph-autodiff -bazel-out -bazel-testlogs +bazel-bin/ +bazel-cpp-graph-autodiff/ +bazel-out/ +bazel-testlogs/ +external/ +.cache/ +compile_commands.json +.gdb_history