mirror of https://github.com/stella-emu/stella.git
update git ignore file for VS
This commit is contained in:
parent
2f8fa198d3
commit
98944cc2d1
|
@ -5,6 +5,8 @@ src/**/*.so
|
||||||
src/**/*.dylib
|
src/**/*.dylib
|
||||||
src/**/*.dll
|
src/**/*.dll
|
||||||
src/**/*.o
|
src/**/*.o
|
||||||
|
src/**/*.obj
|
||||||
|
src/**/*.tlog
|
||||||
out
|
out
|
||||||
out.pgo
|
out.pgo
|
||||||
out.pgen
|
out.pgen
|
||||||
|
@ -18,3 +20,12 @@ build/
|
||||||
src/macosx/M6502.ins
|
src/macosx/M6502.ins
|
||||||
*.dSYM
|
*.dSYM
|
||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
|
src/windows/sdl/*
|
||||||
|
src/windows/x64/*
|
||||||
|
src/windows/debug/*
|
||||||
|
src/windows/release/*
|
||||||
|
src/windows/Stella.vcxproj.user
|
||||||
|
.vs/*
|
||||||
|
.tgitconfig
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue