瀏覽代碼

Initial commit

june9152 6 年之前
當前提交
47d2b14806
共有 2 個文件被更改,包括 36 次插入0 次删除
  1. 34 0
      .gitignore
  2. 2 0
      README.md

+ 34 - 0
.gitignore

@@ -0,0 +1,34 @@
1
+# ---> C
2
+# Object files
3
+*.o
4
+*.ko
5
+*.obj
6
+*.elf
7
+
8
+# Precompiled Headers
9
+*.gch
10
+*.pch
11
+
12
+# Libraries
13
+*.lib
14
+*.a
15
+*.la
16
+*.lo
17
+
18
+# Shared objects (inc. Windows DLLs)
19
+*.dll
20
+*.so
21
+*.so.*
22
+*.dylib
23
+
24
+# Executables
25
+*.exe
26
+*.out
27
+*.app
28
+*.i*86
29
+*.x86_64
30
+*.hex
31
+
32
+# Debug files
33
+*.dSYM/
34
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
1
+# Repeater_Project
2
+