Browse Source

Initial commit

Clara Hobbs 7 years ago
commit
18df7215e6
2 changed files with 37 additions and 0 deletions
  1. 34
    0
      .gitignore
  2. 3
    0
      README.md

+ 34
- 0
.gitignore View File

@@ -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
+

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
1
+# pd-buddy-firmware
2
+
3
+PD Buddy firmware

Loading…
Cancel
Save