https://github.com/splatlab/squeakr
Revision 8d7a80ffb3dc0aedf047a859286fb52a188e50fc authored by Prashant Pandey on 02 June 2018, 00:02:56 UTC, committed by Prashant Pandey on 02 June 2018, 00:02:56 UTC
1 parent 9b9b095
Raw File
Tip revision: 8d7a80ffb3dc0aedf047a859286fb52a188e50fc authored by Prashant Pandey on 02 June 2018, 00:02:56 UTC
Minor bug.
Tip revision: 8d7a80f
.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