https://github.com/splatlab/squeakr
Raw File
Tip revision: 2e1af525371c92d4e8a59d715c6ab3e0f1190e15 authored by Prashant Pandey on 19 September 2017, 01:54:14 UTC
Removed call to fallocate to preallocate space of the file on disk.
Tip revision: 2e1af52
.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