forked from selfcustody/krux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
83 lines (70 loc) · 1.02 KB
/
.gitignore
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Compiled Sources
###################
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.kff
*.dis
*.exe
# Packages
############
# Logs and Databases
######################
*.log
# VIM Swap Files
######################
*.swp
# Build directories
######################
build/
build-*/
# Test failure outputs
######################
tests/results/*
# Python cache files
######################
__pycache__/
.pytest_cache
*.pyc
*.egg-info
# Customized Makefile/project overrides
######################
GNUmakefile
user.props
# Generated rst files
######################
genrst/
# MacOS desktop metadata files
######################
.DS_Store
.vagrant
.config.mk
.flash.conf.json
in.txt
out.txt
sitemap.xml.gz
*.bin
*.bin.sig
*.bin.sha256.txt
*.kfpkg
*.kfpkg.sig
*.kfpkg.sha256.txt
*.zip
*.zip.sig
*.zip.sha256.txt
memzip-files.c
memzip-files.zip
.coverage
privkey.pem
pubkey.pem
simulator/krux-screenshots
simulator/screenshots
simulator/sd
# allow files: firmware.bin, .sig, .sha256.txt
!tests/*
!tests/files/*
# ignore build-release files
krux-*/ktool*