From 27b004962e17d0670aca6c91625b2367cd08676b Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 13 Mar 2017 15:41:39 +0100 Subject: [PATCH] Ignore some files with scratch names that are sometimes useful --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 154f5008db..78038540b0 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,8 @@ docs/virtualenv/ # bft-smart node/bft-smart-config/currentView node/config/currentView + +# Files you may find useful to have in your working directory. +PLAN +NOTES +TODO \ No newline at end of file