https://github.com/splatlab/squeakr
Revision 88589e9bfd365ade55cb43843e8952951fb1b901 authored by Prashant Pandey on 04 January 2019, 19:21:35 UTC, committed by Prashant Pandey on 04 January 2019, 19:21:36 UTC
2 parent s ba24903 + 251dfec
Raw File
Tip revision: 88589e9bfd365ade55cb43843e8952951fb1b901 authored by Prashant Pandey on 04 January 2019, 19:21:35 UTC
Merge branch 'master' into development
Tip revision: 88589e9
.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