From 6db54b90001aad4e20f58477927c213eeba2c934 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 22 Oct 2020 12:43:37 +0200 Subject: [PATCH] Add .gitignore. So far with only the build-uno/ directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bf6b7f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build-uno/ -- 2.39.5