From 704a902cc58d6aa9d2cba5525b67ef67101c8c0a Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sat, 20 Mar 2021 18:23:30 +0100 Subject: [PATCH] add build directory to gitignore (libdeltachat generated with cmake) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 97cbeee58..1805f5f71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /target **/*.rs.bk +/build # ignore vi temporaries *~