git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / .gitignore
1 # Object files
2 *.o
3 *.ko
4 *.dSYM
5
6 # Libraries
7 *.lib
8 *.a
9
10 # Shared objects (inc. Windows DLLs)
11 *.dll
12 *.so
13 *.so.*
14 *.dylib
15
16 # Executables
17 /zstd
18 zstdmt
19 *.exe
20 *.out
21 *.app
22
23 # Test artefacts
24 tmp*
25 *.zst
26 *.zstd
27 dictionary.
28 dictionary
29 NUL
30
31 # Build artefacts
32 contrib/linux-kernel/linux/
33 projects/
34 bin/
35 .buckd/
36 buck-out/
37 build-*
38 *.gcda
39
40 # Other files
41 .directory
42 _codelite/
43 _zstdbench/
44 .clang_complete
45 *.idea
46 *.swp
47 .DS_Store
48 googletest/
49 *.d
50 *.vscode
51 *.code-workspace
52 compile_commands.json
53 .clangd
54 perf.data
55 perf.data.old