https://github.com/splatlab/squeakr
Revision 245fda628dcbc96694f94236b6150ae0a0966f8b authored by Prashant Pandey on 30 May 2018, 22:45:32 UTC, committed by Prashant Pandey on 30 May 2018, 22:45:32 UTC
1 parent 4ea7f50
Raw File
Tip revision: 245fda628dcbc96694f94236b6150ae0a0966f8b authored by Prashant Pandey on 30 May 2018, 22:45:32 UTC
Test counting.
Tip revision: 245fda6
.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