Revision 2db0fe536639008f7fb083ea001dc581264a4666 authored by eriszhang on 08 August 2021, 02:09:23 UTC, committed by eriszhang on 08 August 2021, 02:09:23 UTC
1 parent d79181f
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