]> git.ipfire.org Git - thirdparty/zstd.git/blob - .gitignore
minor : fixed ptr arithmetic
[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 dictionary.
26 NUL
27
28 # Build artefacts
29 projects/
30 bin/
31 .buckd/
32 buck-out/
33
34 # Other files
35 .directory
36 _codelite/
37 _zstdbench/
38 .clang_complete
39 *.idea
40 *.swp
41 .DS_Store
42 googletest/
43 *.d
44 *.vscode