From b40d82ee7ef19397eff2aa9d3e15ff9478a52e0d Mon Sep 17 00:00:00 2001 From: blckmn Date: Sat, 1 Jul 2017 17:04:33 +1000 Subject: [PATCH] Git Ignore updates --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ef7592b64a..d5ba321dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,20 +19,21 @@ startup_stm32f10x_md_gcc.s docs/Manual.pdf README.pdf -# artifacts of top-level Makefile +# artefacts of top-level Makefile /downloads /tools /build # local changes only make/local.mk +# artefacts for VisualGDB (running in Visual Studio) mcu.mak mcu.mak.old stm32.mak -# Artefacts for Visual Studio Code -/.vscode/ +# artefacts for Visual Studio Code +/.vscode -# Artefacts for CLion -/cmake-build-debug/ +# artefacts for CLion +/cmake-build-debug /CMakeLists.txt