Revision aa348b6376a73e523742e402ff9957ce63fa7942 authored by eriszhang on 08 August 2021, 17:55:10 UTC, committed by eriszhang on 08 August 2021, 17:55:10 UTC
1 parent 3c2401c
Raw File
.gitignore
*/build
*.DS_Store

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o

# 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