aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 32 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cb21cf34..e1d954b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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