diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-17 18:55:39 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-24 13:39:34 +0100 |
commit | e545ad7eaf55ac8b7dc7d37c046c541e35cef542 (patch) | |
tree | 2d80aa3d3a420a21478d54d8b51ed69d79eb7115 /python/.gitignore | |
parent | c058554132a0f97e8e8ae3a402605220f8fdaed4 (diff) |
Outbound group session support in the python wrappers
Diffstat (limited to 'python/.gitignore')
-rw-r--r-- | python/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index 4e9d33a..b8ca4f7 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,3 +1,4 @@ *.pyc /*.account /*.session +/*.group_session |