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

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

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

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

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