Ver Fonte

Initial commit

haitaowang1001 há 7 meses atrás
commit
11261e5798
2 ficheiros alterados com 37 adições e 0 exclusões
  1. 34 0
      .gitignore
  2. 3 0
      README.md

+ 34 - 0
.gitignore

@@ -0,0 +1,34 @@
+# ---> 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/
+

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# USB_HUB_UART
+
+hub转接板程序