https://github.com/splatlab/squeakr
Revision c8b7f7b046be558e967cfaa8db44e5ce6b331b65 authored by Prashant Pandey on 08 August 2018, 23:47:41 UTC, committed by Prashant Pandey on 08 August 2018, 23:47:41 UTC
1 parent 7bbb6ee
Raw File
Tip revision: c8b7f7b046be558e967cfaa8db44e5ce6b331b65 authored by Prashant Pandey on 08 August 2018, 23:47:41 UTC
Fixing resizing issue.
Tip revision: c8b7f7b
.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