Revision 80ab18d9e4acc3f66d8fd876b2953c0b033d70d7 authored by HTDerekLiu on 01 March 2021, 21:08:22 UTC, committed by HTDerekLiu on 01 March 2021, 21:08:22 UTC
1 parent a104c83
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