diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 34 |
1 files changed, 32 insertions, 2 deletions
@@ -1,5 +1,35 @@ -.idea -cmake-build-* +.idea/ +# CMake +cmake-build-*/ +CMakeFiles/ +**/CMakeCache.txt +cmake_install.cmake +Makefile + +# 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
\ No newline at end of file |
