File: .gitignore

package info (click to toggle)
xxhash 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 812 kB
  • sloc: ansic: 7,292; makefile: 478; cpp: 23
file content (47 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
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*