https://github.com/RSkinderowicz/GPUBasedACS
Raw File
Tip revision: f2c85cd5bf10321b1e1a19ca8d1ecb3bd0054fb1 authored by rafski on 05 May 2017, 10:32:42 UTC
Extended description in README
Tip revision: f2c85cd
.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

*.sw?

depends/
obj/
back to top