https://github.com/splatlab/squeakr
Revision 9acdaf55cf89824e0ac81d0948e46a6c1995a313 authored by Prashant Pandey on 06 November 2018, 17:42:52 UTC, committed by Prashant Pandey on 06 November 2018, 17:42:52 UTC
2 parent s eaad699 + 8ebaff7
Raw File
Tip revision: 9acdaf55cf89824e0ac81d0948e46a6c1995a313 authored by Prashant Pandey on 06 November 2018, 17:42:52 UTC
Merge branch 'refactoring_new_cli' of github.com:splatlab/squeakr into refactoring_new_cli
Tip revision: 9acdaf5
.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