diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-09-20 18:12:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 18:12:45 +1000 |
commit | 741571cf22b342f2cfaf5c47f324397af7072bb3 (patch) | |
tree | 533b49f29941694a0849cd3382dceb4429171907 /.gitignore | |
parent | Add a regression test for logging on failed connections (#3912) (diff) | |
download | synapse-741571cf22b342f2cfaf5c47f324397af7072bb3.tar.xz |
Add a way to run tests in PostgreSQL in Docker (#3699)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a725725235..3b2252ad8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc .*.swp *~ +*.lock .DS_Store _trial_temp/ |