forked from betaflight/betaflight
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
61 lines (48 loc) · 751 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
*.o
.DS_Store
*~
*.uvopt
*.dep
*.bak
*.uvgui.*
*.swp
*.save
.project
.settings
.cproject
obj/
patches/
startup_stm32f10x_md_gcc.s
.idea
# script-generated files
docs/Manual.pdf
README.pdf
# artefacts of top-level Makefile
/downloads/
/tools/
/build/
# local changes only
mk/local.mk
# artefacts for VisualGDB (running in Visual Studio)
mcu.mak
mcu.mak.old
stm32.mak
# eclipse launch configurations
/support/eclipse
# ozone launch configurations
/support/ozone
# local scripts
/support/scripts
# artefacts for VS Code
/.vscode/
# artefacts for Visual Studio
/.vs
# artefacts for CLion
/cmake-build-debug/
/CMakeLists.txt
.vagrant
ubuntu*.log
# EEPROM image file (created by SITL)
eeprom.bin
# config used for building targets
/src/config