From 06456c51f07fda6ab41e214464d20690fba31468 Mon Sep 17 00:00:00 2001 From: Ullaakut Date: Sun, 30 Jun 2019 21:00:06 +0200 Subject: [PATCH] Add crossbuild & dist dir to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index adbb97d..139009b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -data/ \ No newline at end of file +data/ +dist/ +crossbuild.sh \ No newline at end of file