https://github.com/splatlab/squeakr
Revision 0c2ffe4cc32feab82e94c8431f4c3d18105f3e1e authored by Prashant Pandey on 14 November 2017, 18:47:40 UTC, committed by Prashant Pandey on 14 November 2017, 18:47:40 UTC
1 parent e858595
Raw File
Tip revision: 0c2ffe4cc32feab82e94c8431f4c3d18105f3e1e authored by Prashant Pandey on 14 November 2017, 18:47:40 UTC
Using the same seed for the hash function in every run.
Tip revision: 0c2ffe4
.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