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

Update .gitignore

This commit is contained in:
J Blackman 2017-07-03 09:59:00 +10:00 committed by GitHub
parent 1d5145b869
commit c168c1b228

10
.gitignore vendored
View file

@ -20,9 +20,9 @@ docs/Manual.pdf
README.pdf README.pdf
# artefacts 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
@ -32,8 +32,8 @@ 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