Skip to content

Commit 547b5a8

Browse files
committed
Restore .gitignore
1 parent 1ddb1f0 commit 547b5a8

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)