diff options
author | Erik Johnston <erik@matrix.org> | 2015-01-23 15:51:21 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-01-23 15:51:32 +0000 |
commit | 30a89d2fdb8db9a06974fd9732c4eab5263dea79 (patch) | |
tree | a0a8d750766bf4cd1acfd6b81f6f5b24506e56fb /.gitignore | |
parent | Merge pull request #33 from matrix-org/extract_rest_servlet_from_client_v1 (diff) | |
download | synapse-30a89d2fdb8db9a06974fd9732c4eab5263dea79.tar.xz |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2ed22b1cd3..3899c5a250 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,9 @@ uploads .idea/ media_store/ + +*.tac + +build/ + +localhost-800*/ |