.gitignore 512 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # objects
  2. *.o
  3. *.obj
  4. *.s
  5. # libraries
  6. libxxhash.*
  7. !libxxhash.pc.in
  8. # Executables
  9. *.exe
  10. xxh32sum
  11. xxh64sum
  12. xxh128sum
  13. xxhsum
  14. xxhsum32
  15. xxhsum_privateXXH
  16. xxhsum_inlinedXXH
  17. dispatch
  18. tests/generate_unicode_test
  19. # compilation chain
  20. .clang_complete
  21. # Mac OS-X artefacts
  22. *.dSYM
  23. .DS_Store
  24. # Wasm / emcc / emscripten artefacts
  25. *.html
  26. *.wasm
  27. *.js
  28. # CMake build directories
  29. build*/
  30. # project managers artifacts
  31. .projectile
  32. # analyzer artifacts
  33. infer-out
  34. # test artifacts
  35. .test*
  36. tmp*
  37. tests/*.unicode
  38. tests/unicode_test*