NetCpp/.gitignore

45 lines
391 B
Plaintext
Raw Normal View History

2019-12-12 14:34:09 +00:00
# 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
# Project Files
cmake-build-debug
.idea