https://github.com/splatlab/squeakr
Revision 8940c94c790f335029b00e1824912bb5f48ed26a authored by Prashant Pandey on 04 February 2017, 23:21:09 UTC, committed by Prashant Pandey on 04 February 2017, 23:21:09 UTC
1 parent 4a94369
Raw File
Tip revision: 8940c94c790f335029b00e1824912bb5f48ed26a authored by Prashant Pandey on 04 February 2017, 23:21:09 UTC
Adding code for Squeakr.
Tip revision: 8940c94
.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