Skip to content

Commit 94c43c0

Browse files
committed
Update .gitignore for .vscode/*.log temporaries
These keep getting added, by the Makefile extension I believe.
1 parent cce39fb commit 94c43c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
.vs/*
1616
!.vs/VSWorkspaceSettings.json
1717

18+
# VSCode temporaries
19+
.vscode/*.log
20+
1821
# Byte-compiled python files
1922
*.pyc
2023

0 commit comments

Comments
 (0)