From e60c508e976ff8acb71a2fd0fc6958c5f1f50a69 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 20 Jan 2025 22:04:30 +0100 Subject: Initial commit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..deb8fd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bazel-*/ +compile_commands.json -- cgit