diff options
author | Dan Albert <danalbert@google.com> | 2015-01-09 16:24:17 -0800 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-01-09 16:24:17 -0800 |
commit | eb85ff0aba35deacb28de22ee21eea8275d38126 (patch) | |
tree | 051a576985517615d3ebe90173c2d1502869e0df | |
parent | 691e809edbe354f0432a0d3d33716dd65d68b155 (diff) | |
download | bionic-eb85ff0aba35deacb28de22ee21eea8275d38126.zip bionic-eb85ff0aba35deacb28de22ee21eea8275d38126.tar.gz bionic-eb85ff0aba35deacb28de22ee21eea8275d38126.tar.bz2 |
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
-rw-r--r-- | tools/bionicbb/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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__/ |