From 75c40090e9302e11fc32863270360ef597a93933 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 30 May 2023 13:10:00 +0200 Subject: Initial bootstrapping --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80dce25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.cache/ +build/ + +tags +compile_commands.json -- cgit v1.2.3