From 78eaaf3eb1809b1148db5559979e79f83671b7e4 Mon Sep 17 00:00:00 2001 From: Scott Alfter Date: Fri, 13 Jun 2014 07:31:56 -0700 Subject: [PATCH] fix .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 017aa09..a1d9024 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # editor backup files *~ +# make sure config files aren't included +coinswitch.conf + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]