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
Этот коммит содержится в:
Jonathan
2017-09-25 15:02:41 -04:00
коммит произвёл GitHub
родитель aade47dccd
Коммит 1bf2a2e8d5
3 изменённых файлов: 5 добавлений и 1 удалений

2
.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