battery - fix BATTERY_NOT_PRESENT detection, detection logic change (#13599)
[betaflight.git] / .gitignore
blobaf249aa66c78d26a00cfe30550aadb52c80c1701
1 *.o
2 .DS_Store
3 *~
4 *.uvopt
5 *.dep
6 *.bak
7 *.uvgui.*
8 *.swp
9 *.save
10 .project
11 .settings
12 .cproject
13 obj/
14 patches/
15 startup_stm32f10x_md_gcc.s
16 .idea
18 # script-generated files
19 docs/Manual.pdf
20 README.pdf
22 # artefacts of top-level Makefile
23 /downloads/
24 /tools/
25 /build/
26 # local changes only
27 mk/local.mk
29 # artefacts for VisualGDB (running in Visual Studio)
30 mcu.mak
31 mcu.mak.old
32 stm32.mak
34 # eclipse launch configurations
35 /support/eclipse
37 # ozone launch configurations
38 /support/ozone
40 # local scripts
41 /support/scripts
43 # artefacts for VS Code
44 /.vscode/
46 # artefacts for Visual Studio 
47 /.vs
49 # artefacts for CLion
50 /cmake-build-debug/
51 /CMakeLists.txt
53 .vagrant
54 ubuntu*.log
56 # EEPROM image file (created by SITL)
57 eeprom.bin
59 # config used for building targets
60 /src/config