init
commit
cea006b049
@ -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
|
||||
|
Loading…
Reference in New Issue