diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-20 11:10:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 11:10:50 +0000 |
commit | 8d98dc8ffe3f0231a6f03312ce8f910db89ae9c3 (patch) | |
tree | e055fc1fe62c7b35b08a51a2f94249625aea68d4 /demo | |
parent | Merge pull request #4678 from matrix-org/rav/tls_install_instructions (diff) | |
download | synapse-8d98dc8ffe3f0231a6f03312ce8f910db89ae9c3.tar.xz |
Clean up gitignores (#4688)
I just got bitten by a file being caught by the .gitignore, which shouldn't have been, and am now pissed off with the .gitignore. I have basically declared bankruptcy on it and started again.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demo/.gitignore b/demo/.gitignore new file mode 100644 index 0000000000..4d12712343 --- /dev/null +++ b/demo/.gitignore @@ -0,0 +1,7 @@ +*.db +*.log +*.log.* +*.pid + +/media_store.* +/etc |