summaryrefslogtreecommitdiff
path: root/grpc/third_party/xxhash/.gitignore
blob: d0ce9aac3b8858d7b115036066d68210d53b0291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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*