Skip to content

Commit be76dcc

Browse files
committed
toplevel: reorganize .gitignore files
1 parent c45b416 commit be76dcc

File tree

6 files changed

+17
-34
lines changed

6 files changed

+17
-34
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.attic/
2+
.cache/
3+
.idea/
4+
.mypy_cache/
5+
.pytest_cache/
6+
.vscode/
7+
__pycache__/
8+
*.pyc

common/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/.vscode
2-
__pycache__/
31
defs/coins/tools/coins.json
42
defs/coins/tools/coindefs.json
53
tools/coins.json
64
tools/coindefs.json
75
tools/coinmarketcap.json
86
proto.gv*
9-
.idea/*

core/.gitignore

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
.cache/
2-
*.pyc
3-
.sconsign.dblite
4-
.vscode/
5-
.mypy_cache/
6-
__pycache__/
7-
_attic/
81
build/
92
build-docker/
10-
emu.config
3+
.sconsign.dblite
114
compile_commands.json
5+
emu.config
126
tests/trezor_monero_tests{,.log}

crypto/.gitignore

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
.cache/
2-
.vscode/
3-
_attic/
4-
*.o
51
*.d
62
*.exe
7-
*~
3+
*.o
4+
*.os
85
tests/aestst
6+
tests/libtrezor-crypto.so
7+
tests/test_check
98
tests/test_openssl
109
tests/test_speed
11-
tests/test_check
12-
tests/libtrezor-crypto.so
13-
*.os
14-
*.pyc

legacy/.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
.cache/
2-
.vscode/
3-
_attic/
41
build/
5-
*.o
62
*.a
7-
*.d
83
*.bin
4+
*.d
95
*.elf
106
*.hex
117
*.img
128
*.list
13-
*.srec
149
*.log
10+
*.o
11+
*.srec

python/.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ MANIFEST
44
/build
55
/dist
66
/trezor.egg-info
7-
*.pyc
8-
__pycache__
97
*.bin
108
*.py.cache
119
/.tox
12-
/.cache
13-
/.pytest_cache
14-
/.mypy_cache
15-
16-
/.idea
17-
/.vscode
1810

1911
/trezorlib/coins.json
2012
/trezorlib/messages/*

0 commit comments

Comments
 (0)