https://github.com/sueda/redmax
Revision 4c20009deb4af4ff31c350553d3ec5b5c748a5dd authored by Shinjiro Sueda on 16 September 2019, 19:44:41 UTC, committed by Shinjiro Sueda on 16 September 2019, 19:44:41 UTC
1 parent 02b0868
Raw File
Tip revision: 4c20009deb4af4ff31c350553d3ec5b5c748a5dd authored by Shinjiro Sueda on 16 September 2019, 19:44:41 UTC
Missing inverse
Tip revision: 4c20009
.gitignore
# 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