Add a local directory for untracked files

This commit is contained in:
Charlie O'Keefe 2019-03-21 14:11:31 -06:00
parent 98fa249308
commit 4d51b8a353
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,4 +3,6 @@
.vagrant/*
*.swp
gitian.sigs/*
local/*
!local/README.md
zcash-binaries/*

8
local/README.md Normal file
View File

@ -0,0 +1,8 @@
local/
======
This directory is intended for content that is local to your work area, and
not intended to be tracked by version control.
This file is here to make git track the existence of this directory (git doesn't
track empty directories).