https://github.com/y-256/libdivsufsort
Raw File
Tip revision: 5f60d6f026c30fb4ac296f696b3c8b0eb71bd428 authored by Yuta Mori on 27 October 2015, 15:01:53 UTC
Merge pull request #7 from kloetzl/master
Tip revision: 5f60d6f
.gitignore
# Object files
*.o
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# CMake files/directories
build/
back to top