aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnsem <[email protected]>2017-04-07 21:59:39 +0000
committerAnsem <[email protected]>2017-04-07 21:59:39 +0000
commitebfe65a2957b3fe28ddf0bb769a488325a44cde3 (patch)
tree0c24e1a24760fe629da528ab674b23e9b8505171 /.gitignore
parent853ae97dccc91988874ae229e9977c8f41a02e44 (diff)
downloadmastodon.py-ebfe65a2957b3fe28ddf0bb769a488325a44cde3.tar.gz
Add support for OAuth2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9c28bab..e146528 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,5 @@ ENV/
90 90
91# Secret files (for credentials used in testing) 91# Secret files (for credentials used in testing)
92*.secret 92*.secret
93pytooter_clientcred.txt
94pytooter_usercred.txt \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)