https://github.com/splatlab/squeakr
Revision 7950058a81857f6f9797c4febcbc4b3ad49ef412 authored by Prashant Pandey on 04 April 2017, 22:32:43 UTC, committed by GitHub on 04 April 2017, 22:32:43 UTC
1 parent da534d3
Raw File
Tip revision: 7950058a81857f6f9797c4febcbc4b3ad49ef412 authored by Prashant Pandey on 04 April 2017, 22:32:43 UTC
Update README.md
Tip revision: 7950058
.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