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