mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 09:32:58 +00:00
48 lines
512 B
Plaintext
48 lines
512 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
|
||
|
|
||
|
# compilation chain
|
||
|
.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*
|