Browse Source

.gitignore: ignore test directory to avoid git status noise

PYADPT-140
Luca Saiu 4 years ago
parent
commit
257ab65513
  1. 1
      .gitignore

1
.gitignore

@ -13,6 +13,7 @@ build/
__pycache__/ __pycache__/
test/Laptop/ test/Laptop/
test/Library/ test/Library/
test/Pad/
test/Phone/ test/Phone/
test/TestInbox/ test/TestInbox/
test/Backup/ test/Backup/

Loading…
Cancel
Save