swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: b7cc62cadded212a9921d1f9905f22afbbdd1d95 authored by Eric Fischer on 13 April 2017, 00:00:18 UTC
Reduce number of input threads if needed to avoid using too many files
Tip revision: b7cc62c
.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

# Mac 
.DS_Store
back to top