From 2a9cd41db159728fa2ae7c91c84187ccc67c3ea6 Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Sat, 14 Nov 2020 22:47:34 +0100 Subject: [PATCH] Initial commit --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 5 +++++ README.md | 3 +++ 3 files changed, 62 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..cd531cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# ---> C +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + 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..607c2eb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MCB1700_Welcome + +artificial intelligence, artificial neural network, blockchain, decentralized, keil mcb1700, embdded, HS-Offenburg, Embedded Systems, Hochschule \ No newline at end of file