InfiniTime_mirror/.gitignore
Jean-François Milants 575402a8bf Documentation : Update documentation about the bootloader and NRFConnect
All the documentation and binaries in 'bootloader/' are outdated. They date from the 1st version of the bootloader that has been replaced by pinetime-mcuboot-bootloader 1.0.0 since June 2021. None of those docs and binaries have been maintained since then. The Python script dfu.py is also unmaintained.

I removed this folder and fixed the links in other documentation files to redirect to the actual project page (https://github.com/InfiniTimeOrg/pinetime-mcuboot-bootloader). I also updated a few links that pointed to the old URL (https://github.com/JF002/pinetime-mcuboot-bootloader).

I also removed all mentions to NRFConnect as it is not supported anymore, and they would confuse users.
2023-08-13 12:35:43 +02:00

52 lines
579 B
Plaintext

.idea/
# Python virtual environment for DFU images
.venv/
# CMake
cmake-build-*
cmake-*/
CMakeFiles
**/CMakeCache.txt
cmake_install.cmake
Makefile
build
tools
# Resulting binary files
*.a
*.so
*.s
*.hex
*.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
# clangd
.cache/