2020-08-31 15:45:56 -05:00
|
|
|
.idea/
|
2021-04-18 11:02:38 -05:00
|
|
|
# Python virtual environment for DFU images
|
|
|
|
.venv/
|
|
|
|
|
2020-09-27 06:15:00 -05:00
|
|
|
# CMake
|
2020-12-22 05:38:57 -06:00
|
|
|
cmake-build-*
|
2021-07-25 15:12:34 -05:00
|
|
|
cmake-*/
|
2020-12-22 05:38:57 -06:00
|
|
|
CMakeFiles
|
2020-09-27 06:15:00 -05:00
|
|
|
**/CMakeCache.txt
|
|
|
|
cmake_install.cmake
|
|
|
|
Makefile
|
2020-12-22 05:38:57 -06:00
|
|
|
build
|
|
|
|
tools
|
2024-05-09 14:21:58 -05:00
|
|
|
node_modules/
|
2020-09-27 06:15:00 -05:00
|
|
|
# Resulting binary files
|
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
*.s
|
|
|
|
*.hex
|
|
|
|
*.bin
|
2020-09-28 14:22:02 -05:00
|
|
|
!bootloader/bootloader-5.0.4.bin
|
2020-09-27 06:15:00 -05:00
|
|
|
*.map
|
|
|
|
*.out
|
|
|
|
pinetime*.cbp
|
2020-08-31 15:45:56 -05:00
|
|
|
|
2020-09-27 06:15:00 -05:00
|
|
|
# InfiniTime's files
|
2020-03-09 13:42:31 -05:00
|
|
|
core
|
|
|
|
sdk
|
|
|
|
src/Version.h
|
2020-08-20 02:38:10 -05:00
|
|
|
docker/post_build.sh
|
2020-09-27 06:15:00 -05:00
|
|
|
Testing/Temporary/
|
2020-08-31 15:45:56 -05:00
|
|
|
|
|
|
|
# Linux
|
|
|
|
**/.directory
|
|
|
|
**/*.swp
|
|
|
|
|
|
|
|
# OSX/MacOS
|
|
|
|
**/.DS_Store
|
|
|
|
|
|
|
|
# Windows
|
2021-08-18 19:51:42 -05:00
|
|
|
**/thumbs.db
|
|
|
|
|
|
|
|
#VSCODE
|
|
|
|
.vscode/.cortex-debug.registers.state.json
|
|
|
|
.vscode/.cortex-debug.peripherals.state.json
|
2021-12-15 12:29:39 -06:00
|
|
|
|
|
|
|
#build files
|
|
|
|
src/nRF5_SDK_15.3.0_59ac345
|
|
|
|
src/arm-none-eabi
|
2023-05-27 13:24:17 -05:00
|
|
|
|
|
|
|
# clangd
|
|
|
|
.cache/
|