diff options
author | Nao Pross <naopross@thearcway.org> | 2018-01-18 10:28:49 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-01-18 10:28:49 +0100 |
commit | 65a4baa17b439e1bdf42b6c0150a52e032562bb5 (patch) | |
tree | dbb74fa26a368ada952bb19db727f96c14500cee /.gitignore | |
download | Xilofono-65a4baa17b439e1bdf42b6c0150a52e032562bb5.tar.gz Xilofono-65a4baa17b439e1bdf42b6c0150a52e032562bb5.zip |
Move to version control
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
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.* |