mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Add xxhash
This commit is contained in:
parent
3606c005c5
commit
f82b27ddba
84 changed files with 66504 additions and 3 deletions
49
third_party/xxhash/.gitignore
vendored
Normal file
49
third_party/xxhash/.gitignore
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
# 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*
|
Loading…
Add table
Add a link
Reference in a new issue