From 65a4baa17b439e1bdf42b6c0150a52e032562bb5 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 18 Jan 2018 10:28:49 +0100 Subject: Move to version control --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ae5c05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# documentation +doc/build + +# hardware history +hw/History +hw/__Previews + +# source code +src/build + +# libreoffice files +**/.~lock.* -- cgit v1.2.1