Skip to content

Commit

Permalink
vscode: hide .exe files
Browse files Browse the repository at this point in the history
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
  • Loading branch information
Jafaral committed Sep 18, 2024
1 parent 42555eb commit f77285b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"**/*.so": true,
"**/*.o": true,
"**/*.u": true,
"**/*.exe": true,
"**/*.tmp": true,
"config.status": true,
"**/uniclass.*": true,
Expand Down

0 comments on commit f77285b

Please sign in to comment.