diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2022-01-10 23:18:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 23:18:56 +0000 |
commit | 338e70c6170fe6f964f2080b2585eb2add9f5b77 (patch) | |
tree | 2e887704c0f2d3a76059572bbfb97876170a6956 /.gitignore | |
parent | Document the `SYNAPSE_TEST_PERSIST_SQLITE_DB` unit test env var (#11715) (diff) | |
download | synapse-338e70c6170fe6f964f2080b2585eb2add9f5b77.tar.xz |
Complement environment variable name change and update .gitignore. (#11718)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fe137f3370..8eb4eda73d 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,7 @@ __pycache__/ # docs book/ + +# complement +/complement-master +/master.tar.gz |