2020-02-24 21:20:00 -07:00
|
|
|
# ---> C++
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2020-02-28 08:31:46 -07:00
|
|
|
#*.dll
|
2020-02-24 21:20:00 -07:00
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
2020-02-28 08:31:46 -07:00
|
|
|
#*.lib
|
2020-02-24 21:20:00 -07:00
|
|
|
|
|
|
|
# Executables
|
2020-02-28 08:22:23 -07:00
|
|
|
#*.exe
|
2020-02-24 21:20:00 -07:00
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
2020-03-05 12:20:44 -07:00
|
|
|
server/logs/*.log
|
|
|
|
server/*.log
|