https://github.com/splatlab/squeakr
Revision 48a41458b17b52a4e4d0a0409a712ac925c7c914 authored by Prashant Pandey on 26 June 2018, 00:41:55 UTC, committed by Prashant Pandey on 26 June 2018, 00:41:55 UTC
1 parent 55f0f3f
Raw File
Tip revision: 48a41458b17b52a4e4d0a0409a712ac925c7c914 authored by Prashant Pandey on 26 June 2018, 00:41:55 UTC
Adding cutoff argument.
Tip revision: 48a4145
.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