51 lines
419 B
Plaintext
51 lines
419 B
Plaintext
# Prerequisites
|
|
*.d
|
|
*.tlog
|
|
*.log
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.suo
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.tmp
|
|
*.TMP
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.ipch
|
|
*.IPCH
|
|
*.vsidx
|
|
|
|
#certification files
|
|
*.pem
|
|
*.key
|
|
*.log
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.opendb
|
|
/src/client_backend/.vs
|