mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
51 lines
474 B
Plaintext
51 lines
474 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.dmp
|
|
|
|
# NuGet Packages
|
|
*.nupkg
|
|
*.nuget.g.props
|
|
*.nuget.g.targets
|
|
*.nuget.cache
|
|
**/packages/*
|
|
project.lock.json
|
|
project.assets.json
|
|
*.nuget.dgspec.json
|
|
|
|
# Others
|
|
*.Cache
|
|
|
|
# Compiled shaders
|
|
*.cso
|
|
*.spv
|
|
|
|
# Build dir
|
|
.vs
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
src/native/build*/ |