mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-14 17:31:04 +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/coins.json
|
||||||
defs/coins/tools/coindefs.json
|
defs/coins/tools/coindefs.json
|
||||||
tools/coins.json
|
tools/coins.json
|
||||||
tools/coindefs.json
|
tools/coindefs.json
|
||||||
tools/coinmarketcap.json
|
tools/coinmarketcap.json
|
||||||
proto.gv*
|
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/
|
||||||
build-docker/
|
build-docker/
|
||||||
emu.config
|
.sconsign.dblite
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
emu.config
|
||||||
tests/trezor_monero_tests{,.log}
|
tests/trezor_monero_tests{,.log}
|
||||||
|
13
crypto/.gitignore
vendored
13
crypto/.gitignore
vendored
@ -1,14 +1,9 @@
|
|||||||
.cache/
|
|
||||||
.vscode/
|
|
||||||
_attic/
|
|
||||||
*.o
|
|
||||||
*.d
|
*.d
|
||||||
*.exe
|
*.exe
|
||||||
*~
|
*.o
|
||||||
|
*.os
|
||||||
tests/aestst
|
tests/aestst
|
||||||
|
tests/libtrezor-crypto.so
|
||||||
|
tests/test_check
|
||||||
tests/test_openssl
|
tests/test_openssl
|
||||||
tests/test_speed
|
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/
|
build/
|
||||||
*.o
|
|
||||||
*.a
|
*.a
|
||||||
*.d
|
|
||||||
*.bin
|
*.bin
|
||||||
|
*.d
|
||||||
*.elf
|
*.elf
|
||||||
*.hex
|
*.hex
|
||||||
*.img
|
*.img
|
||||||
*.list
|
*.list
|
||||||
*.srec
|
|
||||||
*.log
|
*.log
|
||||||
|
*.o
|
||||||
|
*.srec
|
||||||
|
8
python/.gitignore
vendored
8
python/.gitignore
vendored
@ -4,17 +4,9 @@ MANIFEST
|
|||||||
/build
|
/build
|
||||||
/dist
|
/dist
|
||||||
/trezor.egg-info
|
/trezor.egg-info
|
||||||
*.pyc
|
|
||||||
__pycache__
|
|
||||||
*.bin
|
*.bin
|
||||||
*.py.cache
|
*.py.cache
|
||||||
/.tox
|
/.tox
|
||||||
/.cache
|
|
||||||
/.pytest_cache
|
|
||||||
/.mypy_cache
|
|
||||||
|
|
||||||
/.idea
|
|
||||||
/.vscode
|
|
||||||
|
|
||||||
/trezorlib/coins.json
|
/trezorlib/coins.json
|
||||||
/trezorlib/messages/*
|
/trezorlib/messages/*
|
||||||
|
Loading…
Reference in New Issue
Block a user