xxHash/.gitignore
Yann Collet e18a23a582 Visual Studio tests on Appveyor
now generate errors when there is a compiler warning
fix #249

Also fix a few corresponding minor warnings on Visual.
2019-09-06 16:05:44 -07:00

38 lines
403 B
Plaintext

# objects
*.o
*.s
# libraries
libxxhash.*
# Executables
xxh32sum
xxh64sum
xxhsum
xxhsum.exe
xxhsum32
xxhsum_privateXXH
xxhsum_inlinedXXH
xxhsum_inlinedXXH.exe
# 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