https://github.com/splatlab/squeakr
Revision f1a8ced8aba4a33804147491cc9b4446a288bea3 authored by Prashant Pandey on 06 November 2018, 16:05:18 UTC, committed by Prashant Pandey on 06 November 2018, 16:05:18 UTC
1 parent 83df47e
Raw File
Tip revision: f1a8ced8aba4a33804147491cc9b4446a288bea3 authored by Prashant Pandey on 06 November 2018, 16:05:18 UTC
minor error log change.
Tip revision: f1a8ced
.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