summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2f9ac181a6c4c1716b4869a4241840cb8b50e2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.idea/
# Python virtual environment for DFU images
.venv/

# CMake
cmake-build-*
cmake-*
CMakeFiles
**/CMakeCache.txt
cmake_install.cmake
Makefile
build
tools

# 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