Parcourir la source

Initial commit

june9152 il y a 6 ans
commit
47d2b14806
2 fichiers modifiés avec 36 ajouts et 0 suppressions
  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
+