summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJonathan <jonfritz@gmail.com>2017-09-25 15:02:41 -0400
committerGitHub <noreply@github.com>2017-09-25 15:02:41 -0400
commit1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f (patch)
tree1c2c8bfddc74b1abb24092f3cc218e3e95460711 /.gitignore
parentaade47dccd3431c1e3e17818766549aa93401344 (diff)
downloadchat-1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f.tar.gz
chat-1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f.tar.bz2
chat-1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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