toplevel: reorganize .gitignore files

pull/43/head
Pavol Rusnak 5 years ago
parent c45b416229
commit be76dcc96a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

8
.gitignore vendored

@ -0,0 +1,8 @@
.attic/
.cache/
.idea/
.mypy_cache/
.pytest_cache/
.vscode/
__pycache__/
*.pyc

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

@ -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

@ -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

@ -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

@ -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…
Cancel
Save