summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0474017b8dbb6bdbd5bb7d547dfe4a876b35666b (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
42
43
44
45
46
47
48
49
.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

#VSCODE
.vscode/.cortex-debug.registers.state.json
.vscode/.cortex-debug.peripherals.state.json

#build files
src/nRF5_SDK_15.3.0_59ac345
src/arm-none-eabi