Browse Source

Ignore *.egg-info, and scripts/logs/*.schedule

master
eduard6 9 years ago
parent
commit
8d7b8fbac0
  1. 1
      .gitignore
  2. 1
      scripts/logs/.gitignore

1
.gitignore vendored

@ -1,5 +1,6 @@
*.pyc
*.swp
*.egg-info
.cache/
.coverage
blockchain.cache

1
scripts/logs/.gitignore vendored

@ -1,4 +1,5 @@
# Ignore all logs
*.log
*.schedule
# Except this file
!.gitignore
Loading…
Cancel
Save