From eb85ff0aba35deacb28de22ee21eea8275d38126 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 9 Jan 2015 16:24:17 -0800 Subject: Add JSON files and oauth storage to .gitignore. The only JSON file is the client secret file, which we really don't want leaking. Same goes for the oauth storage file. Change-Id: Ie860704574ec37ccfc50ff7c9d59717a7b9b443b --- tools/bionicbb/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/bionicbb/.gitignore b/tools/bionicbb/.gitignore index 76ff599..d0ff064 100644 --- a/tools/bionicbb/.gitignore +++ b/tools/bionicbb/.gitignore @@ -1,4 +1,6 @@ config.py +*.json +oauth.storage # Byte-compiled / optimized / DLL files __pycache__/ -- cgit v1.1