From ce3f71e7c4fd7528d4cc8bb64feca0715c455519 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 14 May 2022 18:38:35 +0200 Subject: [PATCH] Add gitignore This gitignore ignores the compiled `rose` binary. It also ignores the `compile_commands.json` and `.cache/` directory created for and by LSP. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2a4e55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +compile_commands.json +rose +.cache/