From 2022c44c77d794db7ff02dca3c6b7fe9ee3b0b86 Mon Sep 17 00:00:00 2001 From: libs <> Date: Tue, 13 Nov 2018 22:35:17 +0800 Subject: [PATCH] Initial commit --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 56 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0ee7235 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> 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 +modules.order +Module.symvers +Mkfile.old +dkms.conf + diff --git a/README.md b/README.md new file mode 100644 index 0000000..699289f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# xiaoxiaocheng_plc + +小小晟PLC pro \ No newline at end of file