]> git.ipfire.org Git - thirdparty/zstd.git/blob - .gitignore
Fix visibility of symbols in .so (#2441)
[thirdparty/zstd.git] / .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 projects/
33 bin/
34 .buckd/
35 buck-out/
36 build-*
37 *.gcda
38
39 # Other files
40 .directory
41 _codelite/
42 _zstdbench/
43 .clang_complete
44 *.idea
45 *.swp
46 .DS_Store
47 googletest/
48 *.d
49 *.vscode
50 *.code-workspace
51 compile_commands.json
52 .clangd