From 8d7b8fbac0f0d9521af3c7f0c7a5bf26b9e6c42c Mon Sep 17 00:00:00 2001 From: eduard6 Date: Tue, 2 May 2017 22:19:22 -0400 Subject: [PATCH] Ignore *.egg-info, and scripts/logs/*.schedule --- .gitignore | 1 + scripts/logs/.gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3329365..8bf11e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.swp +*.egg-info .cache/ .coverage blockchain.cache diff --git a/scripts/logs/.gitignore b/scripts/logs/.gitignore index b9f50b1..f687ece 100644 --- a/scripts/logs/.gitignore +++ b/scripts/logs/.gitignore @@ -1,4 +1,5 @@ # Ignore all logs *.log +*.schedule # Except this file -!.gitignore \ No newline at end of file +!.gitignore