freebsd-skq/.gitignore
delphij 4341fbda7c Vendor import of libdivsufsort, a software library that implements
a lightweight suffix array construction algorithm.

Obtained from:	https://github.com/y-256/libdivsufsort
2016-07-24 20:39:43 +00:00

33 lines
257 B
Plaintext

# 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/