add build directory to gitignore

(libdeltachat generated with cmake)
This commit is contained in:
Simon Laux
2021-03-20 18:23:30 +01:00
parent 36aef6499d
commit 704a902cc5

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/target
**/*.rs.bk
/build
# ignore vi temporaries
*~