From be76dcc96a09cdbb807e6a1df531912a5be20aee Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 17 Apr 2019 00:05:24 +0200 Subject: [PATCH] toplevel: reorganize .gitignore files --- .gitignore | 8 ++++++++ common/.gitignore | 3 --- core/.gitignore | 10 ++-------- crypto/.gitignore | 13 ++++--------- legacy/.gitignore | 9 +++------ python/.gitignore | 8 -------- 6 files changed, 17 insertions(+), 34 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..809002621 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.attic/ +.cache/ +.idea/ +.mypy_cache/ +.pytest_cache/ +.vscode/ +__pycache__/ +*.pyc diff --git a/common/.gitignore b/common/.gitignore index b13333916..104a7e850 100644 --- a/common/.gitignore +++ b/common/.gitignore @@ -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/* diff --git a/core/.gitignore b/core/.gitignore index 6ffecabf6..9eaff9616 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -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} diff --git a/crypto/.gitignore b/crypto/.gitignore index c98ec5d10..5037519b3 100644 --- a/crypto/.gitignore +++ b/crypto/.gitignore @@ -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 diff --git a/legacy/.gitignore b/legacy/.gitignore index ddd05a195..82c4efdb4 100644 --- a/legacy/.gitignore +++ b/legacy/.gitignore @@ -1,14 +1,11 @@ -.cache/ -.vscode/ -_attic/ build/ -*.o *.a -*.d *.bin +*.d *.elf *.hex *.img *.list -*.srec *.log +*.o +*.srec diff --git a/python/.gitignore b/python/.gitignore index d1f65b1c9..7ea8c856d 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -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/*