https://github.com/splatlab/squeakr
Revision 9845a020e01da4e9b63f2a1de93100f4488e81e0 authored by Prashant Pandey on 26 July 2018, 22:23:24 UTC, committed by Prashant Pandey on 26 July 2018, 22:23:24 UTC
1 parent a6e1560
Raw File
Tip revision: 9845a020e01da4e9b63f2a1de93100f4488e81e0 authored by Prashant Pandey on 26 July 2018, 22:23:24 UTC
Adding config file.
Tip revision: 9845a02
.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