https://github.com/CGCL-codes/PathGraph
Raw File
Tip revision: 9099eec52440eb23a3f892ad559e7a14825fa17a authored by greatsky13 on 17 February 2017, 08:42:32 UTC
Update README.md
Tip revision: 9099eec
.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