https://github.com/splatlab/squeakr
Revision 641ec9923e5b054d2fb982ac160e721df3923cd8 authored by Prashant Pandey on 04 March 2017, 01:20:25 UTC, committed by Prashant Pandey on 04 March 2017, 01:20:25 UTC
1 parent e1eeae6
Raw File
Tip revision: 641ec9923e5b054d2fb982ac160e721df3923cd8 authored by Prashant Pandey on 04 March 2017, 01:20:25 UTC
Adding missing libraries.
Tip revision: 641ec99
.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