diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-12-22 01:56:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-22 01:56:13 +1100 |
commit | ea6abf6724f4572a709047034fe2a672641068b9 (patch) | |
tree | a38de646bb14b8b078523df8361a5614f81bb193 /.gitignore | |
parent | Make the dependencies more like a standard Python project and hook up the opt... (diff) | |
download | synapse-ea6abf6724f4572a709047034fe2a672641068b9.tar.xz |
Fix IP URL previews on Python 3 (#4215)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 1b632646bb..d739595c3a 100644 --- a/.gitignore +++ b/.gitignore @@ -59,7 +59,5 @@ env/ .vscode/ .ropeproject/ - *.deb - /debs |