mirror of https://github.com/stella-emu/stella.git
VSCode: configure excludes.
This commit is contained in:
parent
74a840f341
commit
24737671c0
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue