https://github.com/splatlab/squeakr
Raw File
Tip revision: 0ecb68d936c17f8109ec29048c2d98c09e844924 authored by Prashant Pandey on 18 September 2017, 00:29:21 UTC
Adding help option and updating executable names.
Tip revision: 0ecb68d
.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