https://github.com/splatlab/squeakr
Revision cbbf9dff4af6d6093d2b8b11c98b14a0e82e9103 authored by Prashant Pandey on 01 June 2018, 06:25:18 UTC, committed by Prashant Pandey on 01 June 2018, 06:25:18 UTC
1 parent 3a74eae
Raw File
Tip revision: cbbf9dff4af6d6093d2b8b11c98b14a0e82e9103 authored by Prashant Pandey on 01 June 2018, 06:25:18 UTC
Adding logger to time.
Tip revision: cbbf9df
.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