https://github.com/splatlab/squeakr
Revision 97e1d99c0a1a26603435efe9792eabc81fc72e5b authored by Rob Johnson on 31 July 2018, 23:05:09 UTC, committed by Rob Johnson on 31 July 2018, 23:05:09 UTC
1 parent 9845a02
Raw File
Tip revision: 97e1d99c0a1a26603435efe9792eabc81fc72e5b authored by Rob Johnson on 31 July 2018, 23:05:09 UTC
todo
Tip revision: 97e1d99
.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