Browse Source

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

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

1
.gitignore vendored

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

3
scripts/logs/.gitignore vendored

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

Loading…
Cancel
Save