Revision a1fe858151a7a27a33210c939e60ae2a77899a92 authored by Eric Fischer on 26 January 2017, 23:26:20 UTC, committed by GitHub on 26 January 2017, 23:26:20 UTC
Upgrade to Wagyu 0.3.0; downgrade C++ requirement to C++ 11
2 parent s 28b8f1c + 31f254a
Raw File
.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
back to top