NetCpp/.gitignore

52 lines
428 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
2020-11-24 18:23:51 +00:00
# Vim
*.swp
2019-12-12 14:34:09 +00:00
# Project Files
cmake-build-debug
2020-11-24 18:23:51 +00:00
.idea
.cache
build
.DS_Store