https://github.com/splatlab/squeakr
Revision 7bbb6ee16a9c92d16815ff8d1954416ca6d58d72 authored by Prashant Pandey on 08 August 2018, 05:23:19 UTC, committed by Prashant Pandey on 08 August 2018, 05:23:19 UTC
1 parent e15c583
Raw File
Tip revision: 7bbb6ee16a9c92d16815ff8d1954416ca6d58d72 authored by Prashant Pandey on 08 August 2018, 05:23:19 UTC
minor resizing changes.
Tip revision: 7bbb6ee
.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