mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 02:13:32 +08:00
49 lines
405 B
Plaintext
49 lines
405 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# CMake
|
|
/cmake-build*
|
|
/build
|
|
|
|
# CLion
|
|
/.idea
|
|
|
|
# Visual Studio
|
|
/.vs
|
|
/out
|
|
CMakePresets.json
|
|
CMakeUserPresets.json
|
|
|
|
/.vscode
|
|
|
|
!wintun.dll |