swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: 801c5d65742007e7dd6b0f2235cfc4081bc13ac1 authored by Eric Fischer on 17 January 2017, 18:38:40 UTC
Add instructions for upgrading g++ on Linux
Tip revision: 801c5d6
.gitignore
# 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
back to top