Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
53 lines
579 B
Plaintext
53 lines
579 B
Plaintext
# objects
|
|
*.o
|
|
*.obj
|
|
*.s
|
|
|
|
# libraries
|
|
libxxhash.*
|
|
!libxxhash.pc.in
|
|
|
|
# Executables
|
|
*.exe
|
|
xxh32sum
|
|
xxh64sum
|
|
xxh128sum
|
|
xxhsum
|
|
xxhsum32
|
|
xxhsum_privateXXH
|
|
xxhsum_inlinedXXH
|
|
dispatch
|
|
tests/generate_unicode_test
|
|
tests/sanity_test
|
|
tests/sanity_test_vectors_generator
|
|
|
|
# local conf
|
|
.clang_complete
|
|
|
|
# Mac OS-X artefacts
|
|
*.dSYM
|
|
.DS_Store
|
|
|
|
# Wasm / emcc / emscripten artefacts
|
|
*.html
|
|
*.wasm
|
|
*.js
|
|
|
|
# CMake build directories
|
|
build*/
|
|
|
|
# project managers artifacts
|
|
.projectile
|
|
|
|
# analyzer artifacts
|
|
infer-out
|
|
|
|
# test artifacts
|
|
.test*
|
|
tmp*
|
|
tests/*.unicode
|
|
tests/unicode_test*
|
|
|
|
# Doxygen
|
|
doxygen/
|