mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-14 09:20:55 +00:00
toplevel: reorganize .gitignore files
This commit is contained in:
parent
c45b416229
commit
be76dcc96a
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
.attic/
|
||||
.cache/
|
||||
.idea/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.vscode/
|
||||
__pycache__/
|
||||
*.pyc
|
3
common/.gitignore
vendored
3
common/.gitignore
vendored
@ -1,9 +1,6 @@
|
||||
/.vscode
|
||||
__pycache__/
|
||||
defs/coins/tools/coins.json
|
||||
defs/coins/tools/coindefs.json
|
||||
tools/coins.json
|
||||
tools/coindefs.json
|
||||
tools/coinmarketcap.json
|
||||
proto.gv*
|
||||
.idea/*
|
||||
|
10
core/.gitignore
vendored
10
core/.gitignore
vendored
@ -1,12 +1,6 @@
|
||||
.cache/
|
||||
*.pyc
|
||||
.sconsign.dblite
|
||||
.vscode/
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
_attic/
|
||||
build/
|
||||
build-docker/
|
||||
emu.config
|
||||
.sconsign.dblite
|
||||
compile_commands.json
|
||||
emu.config
|
||||
tests/trezor_monero_tests{,.log}
|
||||
|
13
crypto/.gitignore
vendored
13
crypto/.gitignore
vendored
@ -1,14 +1,9 @@
|
||||
.cache/
|
||||
.vscode/
|
||||
_attic/
|
||||
*.o
|
||||
*.d
|
||||
*.exe
|
||||
*~
|
||||
*.o
|
||||
*.os
|
||||
tests/aestst
|
||||
tests/libtrezor-crypto.so
|
||||
tests/test_check
|
||||
tests/test_openssl
|
||||
tests/test_speed
|
||||
tests/test_check
|
||||
tests/libtrezor-crypto.so
|
||||
*.os
|
||||
*.pyc
|
||||
|
9
legacy/.gitignore
vendored
9
legacy/.gitignore
vendored
@ -1,14 +1,11 @@
|
||||
.cache/
|
||||
.vscode/
|
||||
_attic/
|
||||
build/
|
||||
*.o
|
||||
*.a
|
||||
*.d
|
||||
*.bin
|
||||
*.d
|
||||
*.elf
|
||||
*.hex
|
||||
*.img
|
||||
*.list
|
||||
*.srec
|
||||
*.log
|
||||
*.o
|
||||
*.srec
|
||||
|
8
python/.gitignore
vendored
8
python/.gitignore
vendored
@ -4,17 +4,9 @@ MANIFEST
|
||||
/build
|
||||
/dist
|
||||
/trezor.egg-info
|
||||
*.pyc
|
||||
__pycache__
|
||||
*.bin
|
||||
*.py.cache
|
||||
/.tox
|
||||
/.cache
|
||||
/.pytest_cache
|
||||
/.mypy_cache
|
||||
|
||||
/.idea
|
||||
/.vscode
|
||||
|
||||
/trezorlib/coins.json
|
||||
/trezorlib/messages/*
|
||||
|
Loading…
Reference in New Issue
Block a user