-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy path.gitignore
41 lines (41 loc) · 926 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*.s#?
*.b#?
.modgit
firmware*
*.gch
.pio*
.clang_complete
.gcc-flags.json
.sconsign.dblite
credentials.h
.build
node_modules
code/utils
*.suo
atmega328/sonoffsc/Debug/board.buildinfo
*.a
atmega328/sonoffsc/Debug/sonoffsc.cpp.d
*.elf
atmega328/sonoffsc/Debug/sonoffsc.hex
*.hex
atmega328/sonoffsc/Release/board.buildinfo
*.d
atmega328/sonoffsc/Release/sonoffsc.cpp.o
*.sln
atmega328/sonoffsc/sonoffsc.vcxproj
*.filters
atmega328/sonoffsc/__vm/.sonoffsc.vsarduino.h
*.xml
atmega328/sonoffsc/Debug/sonoffsc.cpp.o
esp8266/sonoffsc/all.h
esp8266/sonoffsc/debug.h
*.vcxproj
esp8266/sonoffsc/__vm/.sonoffsc.vsarduino.h
esp8266/sonoffsc/Debug/board.buildinfo
esp8266/sonoffsc/Debug/sonoffsc.bin
esp8266/sonoffsc/Debug/sonoffsc.cpp.o
esp8266/sonoffsc/Debug/sonoffsc.ino.bin
esp8266/sonoffsc/Release/board.buildinfo
esp8266/sonoffsc/Release/sonoffsc.bin
esp8266/sonoffsc/Release/sonoffsc.cpp.o
esp8266/sonoffsc/Release/sonoffsc.ino.bin