https://github.com/splatlab/squeakr
Revision e1eeae6f37bdf51201290881c3182b9b98600ca9 authored by Prashant Pandey on 05 February 2017, 01:14:02 UTC, committed by GitHub on 05 February 2017, 01:14:02 UTC
1 parent 0278994
Raw File
Tip revision: e1eeae6f37bdf51201290881c3182b9b98600ca9 authored by Prashant Pandey on 05 February 2017, 01:14:02 UTC
Update README.md
Tip revision: e1eeae6
.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