From cea006b04970c8859fee880750cc0ddfe9fc5757 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Wed, 16 Feb 2022 21:19:37 +0100 Subject: [PATCH] init --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4880bcf --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +.idea/ +# Python virtual environment for DFU images +.venv/ + +# CMake +cmake-build-* +cmake-*/ +CMakeFiles +**/CMakeCache.txt +cmake_install.cmake +Makefile +build +_build*/ +tools + +# Resulting binary files +*.a +*.so +*.s +*.hex +*.bin +!bootloader/bootloader-5.0.4.bin +*.map +*.out +pinetime*.cbp + +# InfiniTime's files +core +sdk +src/Version.h +docker/post_build.sh +Testing/Temporary/ + +# Linux +**/.directory +**/*.swp + +# OSX/MacOS +**/.DS_Store + +# Windows +**/thumbs.db + +#VSCODE +.vscode/.cortex-debug.registers.state.json +.vscode/.cortex-debug.peripherals.state.json + +#build files +src/nRF5_SDK_15.3.0_59ac345 +src/arm-none-eabi +