https://github.com/splatlab/squeakr
Revision 2f20be8034d211a103c9b2f4bd3208db23fbcec1 authored by Prashant Pandey on 05 February 2017, 00:07:38 UTC, committed by GitHub on 05 February 2017, 00:07:38 UTC
1 parent 3374258
Raw File
Tip revision: 2f20be8034d211a103c9b2f4bd3208db23fbcec1 authored by Prashant Pandey on 05 February 2017, 00:07:38 UTC
Update README.md
Tip revision: 2f20be8
.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