From 3044cc8d9eb74d8b466bd85ff9ebe8c3c6d3de79 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Sat, 29 Sep 2018 10:46:43 -0700 Subject: [PATCH] Add .etl to .gitignore (PerfView) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e6a9de2f95..74fb35463f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ node_modules global.json BenchmarkDotNet.Artifacts/ *.etl.zip +*.etl \ No newline at end of file