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