https://github.com/splatlab/squeakr
Revision 6604ddfc1943b43dc6936fdf881c27ba28b16bf2 authored by Prashant Pandey on 08 May 2017, 21:39:48 UTC, committed by GitHub on 08 May 2017, 21:39:48 UTC
1 parent 8760147
Raw File
Tip revision: 6604ddfc1943b43dc6936fdf881c27ba28b16bf2 authored by Prashant Pandey on 08 May 2017, 21:39:48 UTC
Update README.md
Tip revision: 6604ddf
.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