https://github.com/splatlab/squeakr
Revision 0b1a7909be0b6aebb29bc6c2a8654fcb3befc8ca authored by Prashant Pandey on 04 November 2017, 00:16:01 UTC, committed by Prashant Pandey on 04 November 2017, 00:16:01 UTC
1 parent f1e877d
Raw File
Tip revision: 0b1a7909be0b6aebb29bc6c2a8654fcb3befc8ca authored by Prashant Pandey on 04 November 2017, 00:16:01 UTC
Removing SSL dependency.
Tip revision: 0b1a790
.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