https://github.com/splatlab/squeakr
Revision 013a66effd6ff3b75ff0abccc84d6cb272a21bbd authored by Prashant Pandey on 04 February 2017, 23:46:14 UTC, committed by GitHub on 04 February 2017, 23:46:14 UTC
1 parent 8940c94
Raw File
Tip revision: 013a66effd6ff3b75ff0abccc84d6cb272a21bbd authored by Prashant Pandey on 04 February 2017, 23:46:14 UTC
Update README.md
Tip revision: 013a66e
.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