From 165a862a0b83efb955b84c06942501b42f5fec94 Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Sun, 17 Apr 2016 13:34:55 -0700 Subject: [PATCH] chore(gitignore): exclude .log and .stackdump files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d209a68a4..e897180b8 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,6 @@ libpeerconnection.log npm-debug.log /tmp/ /scripts/bower/bower-* -.vscode \ No newline at end of file +.vscode +*.log +*.stackdump \ No newline at end of file