https://github.com/splatlab/squeakr
Revision 5f2ff6332d56726bc54436dc0e775b1e87bee63c authored by Prashant Pandey on 17 July 2018, 18:21:11 UTC, committed by Prashant Pandey on 17 July 2018, 18:21:11 UTC
1 parent 8918f96
Raw File
Tip revision: 5f2ff6332d56726bc54436dc0e775b1e87bee63c authored by Prashant Pandey on 17 July 2018, 18:21:11 UTC
Partial commit
Tip revision: 5f2ff63
.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