https://github.com/splatlab/squeakr
Revision 30cd71e3e4aca06d1ec58032a5f00f39af78fbb2 authored by Prashant Pandey on 10 April 2020, 03:10:19 UTC, committed by Prashant Pandey on 10 April 2020, 03:10:20 UTC
2 parent s 695edb8 + b72cf65
Raw File
Tip revision: 30cd71e3e4aca06d1ec58032a5f00f39af78fbb2 authored by Prashant Pandey on 10 April 2020, 03:10:19 UTC
Merge branch 'development'
Tip revision: 30cd71e
.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