https://github.com/splatlab/squeakr
Revision 333702c6e15fb3176e1f1bfb45bba282f07cd234 authored by Prashant Pandey on 30 May 2018, 06:21:36 UTC, committed by Prashant Pandey on 30 May 2018, 06:21:36 UTC
1 parent 35325d2
Raw File
Tip revision: 333702c6e15fb3176e1f1bfb45bba282f07cd234 authored by Prashant Pandey on 30 May 2018, 06:21:36 UTC
More refactoring. Getting closer.
Tip revision: 333702c
.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