Expand and reorganize .gitignore content.

Primarily this makes sure all the log files we generate are ignored.

A good follow-up project to this would be to move all the log files to
a fixed directory so that they're not creating a mess in the main
filespace.
This commit is contained in:
Tim Abbott 2015-11-19 09:12:04 -08:00
parent 4474a11a3a
commit 1a01e65be2
1 changed files with 11 additions and 5 deletions

16
.gitignore vendored
View File

@ -2,8 +2,17 @@
*~
/all_messages_log.*
/event_log/*
/server.log
/digest.log*
/errors.log*
/manage.log*
/server.log*
/workers.log*
/email-deliverer.log
/email-mirror.log
/sync_ldap_user_data.log
/update-prod-static.log
frontend_tests/casper_tests/server.log
frontend_tests/casper_lib/test_credentials.js
/prod-static
/errors/*
*.sw[po]
@ -18,11 +27,7 @@ zulip.kdev4
memcached_prefix
coverage/
/queue_error
/workers.log
.test-js-with-node.html
digest.log
errors.log
manage.log
.kateproject.d/
.kateproject
*.kate-swp
@ -34,4 +39,5 @@ static/third/gemoji/
static/third/zxcvbn/
tools/emoji_dump/bitmaps/
tools/emoji_dump/*.ttx
tools/phantomjs
node_modules