1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

Git Ignore updates

This commit is contained in:
blckmn 2017-07-01 17:04:33 +10:00
parent 3253ac26a1
commit b40d82ee7e

11
.gitignore vendored
View file

@ -19,20 +19,21 @@ startup_stm32f10x_md_gcc.s
docs/Manual.pdf docs/Manual.pdf
README.pdf README.pdf
# artifacts of top-level Makefile # artefacts of top-level Makefile
/downloads /downloads
/tools /tools
/build /build
# local changes only # local changes only
make/local.mk make/local.mk
# artefacts for VisualGDB (running in Visual Studio)
mcu.mak mcu.mak
mcu.mak.old mcu.mak.old
stm32.mak stm32.mak
# Artefacts for Visual Studio Code # artefacts for Visual Studio Code
/.vscode/ /.vscode
# Artefacts for CLion # artefacts for CLion
/cmake-build-debug/ /cmake-build-debug
/CMakeLists.txt /CMakeLists.txt