We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddb1f0 commit 547b5a8Copy full SHA for 547b5a8
1 file changed
.gitignore
@@ -0,0 +1,41 @@
1
+.idea/
2
+# Python virtual environment for DFU images
3
+.venv/
4
+
5
+# CMake
6
+cmake-build-*
7
+cmake-*
8
+CMakeFiles
9
+**/CMakeCache.txt
10
+cmake_install.cmake
11
+Makefile
12
+build
13
+tools
14
15
+# Resulting binary files
16
+*.a
17
+*.so
18
+*.s
19
+*.hex
20
+*.bin
21
+!bootloader/bootloader-5.0.4.bin
22
+*.map
23
+*.out
24
+pinetime*.cbp
25
26
+# InfiniTime's files
27
+core
28
+sdk
29
+src/Version.h
30
+docker/post_build.sh
31
+Testing/Temporary/
32
33
+# Linux
34
+**/.directory
35
+**/*.swp
36
37
+# OSX/MacOS
38
+**/.DS_Store
39
40
+# Windows
41
+**/thumbs.db
0 commit comments