forked from KI3P/Phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (64 loc) · 653 Bytes
/
.gitignore
File metadata and controls
65 lines (64 loc) · 653 Bytes
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
ArduinoOutput/*
code/test/*.txt
*.bkp
code/test/.ipynb_checkpoints/
code/test/CMSIS/
code/test/build/
code/test/_deps/
code/test/CMakeFiles/
code/test/run_tests
code/test/cmake_install.cmake
code/test/CMakeCache.txt
code/test/Makefile
code/test/all_*.cmake
code/test/all_*.a
*.log
*.bin
*.so
*.o
*.d
*.elf
*.eep
*.map
*.hex
*.a
*.s
*.i
*.ii
*.obj
*.su
*.gcno
*.gcda
*.gcov
*.out
*.exe
*.axf
*.srec
*.sym
*.ld
*.dep
*.gdb
*.elf.d
*.elf.o
*.elf.a
*.elf.s
*.elf.i
*.elf.ii
*.elf.obj
*.elf.su
*.elf.gcno
*.elf.gcda
*.elf.gcov
*.elf.out
*.elf.exe
*.elf.axf
*.elf.srec
*.elf.sym
*.elf.ld
*.elf.dep
*.elf.gdb
code/test/lib/
all_*_tests
# MkDocs
site/
.cache/