https://github.com/splatlab/squeakr
Revision be13be131c8dc7685cdeb4d46c079f0978c6463e authored by Prashant Pandey on 10 April 2020, 03:28:35 UTC, committed by Prashant Pandey on 10 April 2020, 03:28:35 UTC
1 parent b72cf65
Raw File
Tip revision: be13be131c8dc7685cdeb4d46c079f0978c6463e authored by Prashant Pandey on 10 April 2020, 03:28:35 UTC
Fixing function name bug.
Tip revision: be13be1
.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