소스 검색

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
+