Skip to content

Commit 54fbcf0

Browse files
authored
Add exclusion of Visual Studio trace files (*.e2e)
1 parent df7b36c commit 54fbcf0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

VisualStudio.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ ipch/
9696
*.vspx
9797
*.sap
9898

99+
# Visual Studio Trace Files
100+
*.e2e
101+
99102
# TFS 2012 Local Workspace
100103
$tf/
101104

0 commit comments

Comments
 (0)