https://github.com/splatlab/squeakr
Revision 57fe8166bb1fdd906fb9c42ba18b80019f296810 authored by Prashant Pandey on 08 July 2019, 20:41:11 UTC, committed by Prashant Pandey on 08 July 2019, 20:41:11 UTC
1 parent 0c000e5
Raw File
Tip revision: 57fe8166bb1fdd906fb9c42ba18b80019f296810 authored by Prashant Pandey on 08 July 2019, 20:41:11 UTC
Removing ntHash file. Not needed.
Tip revision: 57fe816
.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