2020-08-31 20:45:56 +00:00
|
|
|
.idea/
|
2020-09-27 11:15:00 +00:00
|
|
|
# CMake
|
2020-12-22 11:38:57 +00:00
|
|
|
cmake-build-*
|
|
|
|
cmake-*
|
|
|
|
CMakeFiles
|
2020-09-27 11:15:00 +00:00
|
|
|
**/CMakeCache.txt
|
|
|
|
cmake_install.cmake
|
|
|
|
Makefile
|
2020-12-22 11:38:57 +00:00
|
|
|
build
|
|
|
|
tools
|
2020-09-27 11:15:00 +00:00
|
|
|
|
|
|
|
# Resulting binary files
|
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
*.s
|
|
|
|
*.hex
|
|
|
|
*.bin
|
2020-09-28 19:22:02 +00:00
|
|
|
!bootloader/bootloader-5.0.4.bin
|
2020-09-27 11:15:00 +00:00
|
|
|
*.map
|
|
|
|
*.out
|
|
|
|
pinetime*.cbp
|
2020-08-31 20:45:56 +00:00
|
|
|
|
2020-09-27 11:15:00 +00:00
|
|
|
# InfiniTime's files
|
2020-03-09 18:42:31 +00:00
|
|
|
core
|
|
|
|
sdk
|
|
|
|
src/Version.h
|
2020-08-20 07:38:10 +00:00
|
|
|
docker/post_build.sh
|
2020-09-27 11:15:00 +00:00
|
|
|
Testing/Temporary/
|
2020-08-31 20:45:56 +00:00
|
|
|
|
|
|
|
# Linux
|
|
|
|
**/.directory
|
|
|
|
**/*.swp
|
|
|
|
|
|
|
|
# OSX/MacOS
|
|
|
|
**/.DS_Store
|
|
|
|
|
|
|
|
# Windows
|
|
|
|
**/thumbs.db
|