summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3de08185101ea36ae9be622055bfa6a7f6193a40 (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
.idea/
# CMake
cmake-build-*/
CMakeFiles/
**/CMakeCache.txt
cmake_install.cmake
Makefile

# Resulting binary files
*.a
*.so
*.s
*.hex
*.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