From 1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 25 Sep 2017 15:02:41 -0400 Subject: PLT-7641: Cleanup the jsonl files from `make test` (#7466) * Disabled automatic log rotation to avoid multiple log file creation, added mattermost.log.jsonl files to gitignore * Added log file delete to make clean --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57747b36d..a7a6032e3 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ _testmain.go # Log files *mattermost.log +*mattermost.log.jsonl *npm-debug.log* .tmp @@ -84,6 +85,7 @@ enterprise cover.out ecover.out +cprofile.out *.test webapp/coverage -- cgit v1.2.3-1-g7c22