From c05db0e0a639f967f1c1b102a573dd658841114f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=9A=E6=9C=80=E5=A5=BD=E7=9A=84=E8=87=AA=E5=B7=B1?= Date: Fri, 7 Jun 2019 20:04:47 +0800 Subject: [PATCH] Initial commit --- .gitignore | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 67 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35fc333 --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +# ---> C++ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# ---> C +# Object files +*.o +*.ko +*.obj +*.elf + +# 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/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b00e6c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ds18b20 + +ds18b20 linux driver \ No newline at end of file