https://github.com/splatlab/squeakr
Revision 604dc85d1e09b2db641433d4fc70c8c4fdd60831 authored by Prashant Pandey on 01 June 2018, 06:10:07 UTC, committed by Prashant Pandey on 01 June 2018, 06:10:07 UTC
1 parent a072e10
Raw File
Tip revision: 604dc85d1e09b2db641433d4fc70c8c4fdd60831 authored by Prashant Pandey on 01 June 2018, 06:10:07 UTC
Using logger to log.
Tip revision: 604dc85
.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