https://github.com/splatlab/squeakr
Revision 56bf8a4e8ea00776bc72514063f2bfb5940c8c02 authored by Prashant Pandey on 13 September 2018, 23:45:54 UTC, committed by Prashant Pandey on 13 September 2018, 23:45:54 UTC
1 parent 3f7c4f6
Raw File
Tip revision: 56bf8a4e8ea00776bc72514063f2bfb5940c8c02 authored by Prashant Pandey on 13 September 2018, 23:45:54 UTC
minor gqf file fix porting.
Tip revision: 56bf8a4
.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