Ignoring all backups folders

This commit is contained in:
Felipe Martin 2013-11-18 23:32:15 +01:00
parent a050b7b2f2
commit 19ea61e32a
2 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -39,4 +39,4 @@ nosetests.xml
.virtualenv
# Backups folder
/_backups
/_backups*

View File

@ -91,8 +91,8 @@ class Backup(object):
pass
### TEST
manager = BackupManager()
manager.lookup()
# manager = BackupManager()
# manager.lookup()
for k, backup in manager.backups.items():
print(backup.id, backup.valid, backup.exists('Info.plist'))
# for k, backup in manager.backups.items():
# print(backup.id, backup.valid, backup.exists('Info.plist'))