gpu_neon: revive the old tests
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.6 / .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 cmakebuild/
31 install/
32
33 # Build artefacts
34 contrib/linux-kernel/linux/
35 projects/
36 bin/
37 .buckd/
38 buck-out/
39 build-*
40 *.gcda
41
42 # IDE
43 .clang_complete
44 compile_flags.txt
45 .clang-format
46
47 # Other files
48 .directory
49 _codelite/
50 _zstdbench/
51 *.idea
52 *.swp
53 .DS_Store
54 googletest/
55 *.d
56 *.vscode
57 *.code-workspace
58 compile_commands.json
59 .clangd
60 perf.data
61 perf.data.old