https://github.com/splatlab/squeakr
Revision 5424c50a79c72d9c4868148cee7731390f4fa14e authored by Prashant Pandey on 26 June 2018, 01:11:06 UTC, committed by Prashant Pandey on 26 June 2018, 01:11:06 UTC
1 parent 3c95ad4
Raw File
Tip revision: 5424c50a79c72d9c4868148cee7731390f4fa14e authored by Prashant Pandey on 26 June 2018, 01:11:06 UTC
Removing unwanted code.
Tip revision: 5424c50
.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