From 9915f4b69073b114d5dc5142e6c2586080aa831b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 23 Nov 2015 12:00:55 -0800 Subject: [PATCH] Ignore sparkleshare public keys --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d607252..040a92ce 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ dotfiles/config/mopidy dotfiles/pip/pip.conf gotools dotfiles/config/sparkleshare/logs -dotfiles/config/sparkleshare/*.key \ No newline at end of file +dotfiles/config/sparkleshare/*.key +dotfiles/config/sparkleshare/*.pub \ No newline at end of file