GPCS4/.gitignore

94 lines
1,003 B
Plaintext
Raw Permalink Normal View History

2019-06-20 13:35:04 -04:00
## Ignore Visual Studio temporary files, build results
2022-04-16 15:21:53 -04:00
# GPCS4
GPCS4/Graphics/Sce/Shaders/*.h
# GLFW
glfw.dir/
# Build project files
Directory.build.props
2019-06-20 13:35:04 -04:00
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
2019-06-20 13:35:04 -04:00
# Visual Studio 2015/2017 cache/options directory
.vs/
.vscode/
2019-06-20 13:35:04 -04:00
# Visual Studio 2017 auto generated files
Generated\ Files/
# 3rdParty
*.lib
!3rdParty/boost/boost/preprocessor/debug
!3rdParty/boost/boost/predef/architecture/x86
2019-06-20 13:35:04 -04:00
# Files built by Visual Studio
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
2019-07-06 12:35:29 -04:00
2019-06-20 13:35:04 -04:00
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
2019-07-06 12:35:29 -04:00
*.sap