VSCode: configure excludes.

This commit is contained in:
Christian Speckner 2016-10-26 14:59:36 +02:00
parent 74a840f341
commit 24737671c0
1 changed files with 8 additions and 1 deletions

View File

@ -5,5 +5,12 @@
"-I/home/cnspeckn/git/stella/src/common"
],
"editor.tabSize": 2,
"files.trimTrailingWhitespace": false
"files.trimTrailingWhitespace": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"src/**/*.o": true
}
}