From 8d4708ef27aee30f9875b2e38f6b3cf3985affbb Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Tue, 4 Aug 2015 17:00:16 -0400 Subject: [PATCH] Added a cache directory where the patch sha will go. --- .gitignore | 1 - cache/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 cache/.gitignore diff --git a/.gitignore b/.gitignore index fa048b32..ebf36527 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,3 @@ libbitcoind **/*.creator libbitcoind.includes *.log -cache/patch_sha.txt diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 00000000..83069a1d --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1 @@ +patch_sha.txt