cppwin32/.gitignore

41 строка
337 B
Plaintext
Исходник Обычный вид История

2020-10-09 22:46:51 +03:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
2020-10-10 01:06:13 +03:00
# *.dll
2020-10-09 22:46:51 +03:00
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2020-10-10 01:06:13 +03:00
# Visual Studio files
.vs
.vscode
.nuget
*.user
*.nupkg
build
packages
Debug
Release
Generated Files