NetCpp/.gitignore
2020-11-25 02:23:51 +08:00

52 lines
428 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
*.bin
*.log
*.check_cache
*.make
*.includecache
*.internal
*.cbp
*.marks
# Vim
*.swp
# Project Files
cmake-build-debug
.idea
.cache
build
.DS_Store