From b34110a4bd4e29137c85ffc101831bcbcdac6827 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 18 Dec 2019 13:44:22 +0000 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ LICENSE | 5 +++++ README.md | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c674098 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6df3cc6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +"THE BEER-WARE LICENSE" (Revision 42): + + wrote this file. As long as you retain this notice you can +do whatever you want with this stuff. If we meet some day, and you think this +stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5ddbba --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# tools +