blob: abdf3b6338ec03f8302104533886820a04f74598 [file] [log] [blame]
Yann Collet4856a002015-01-24 01:58:16 +01001# Object files
2*.o
3*.ko
Yann Colletb2490e92016-09-01 15:46:09 -07004*.dSYM
Yann Collet4856a002015-01-24 01:58:16 +01005
6# Libraries
7*.lib
8*.a
9
10# Shared objects (inc. Windows DLLs)
11*.dll
12*.so
13*.so.*
14*.dylib
15
16# Executables
Yann Collet19cab462016-06-17 12:54:52 +020017zstd
Yann Collet900f39e2017-01-20 16:36:29 -080018zstdmt
Yann Collet4856a002015-01-24 01:58:16 +010019*.exe
20*.out
21*.app
Yann Collet5ca33772015-02-08 21:51:28 +010022
Yann Collet1095e012016-08-17 15:48:18 +020023# Test artefacts
24tmp*
inikep447e5122016-09-28 13:23:11 +020025dictionary*
cyan4973b095bff2018-05-01 05:45:46 -070026NUL
Artyom Dymchenko8665cdb2016-01-10 17:20:52 +060027
Yann Collet35fc66f2017-03-21 17:52:42 -070028# Build artefacts
29projects/
30bin/
31.buckd/
32buck-out/
33
Artyom Dymchenko8665cdb2016-01-10 17:20:52 +060034# Other files
Artem Dymchenko8ce6be32016-01-10 12:30:16 +060035.directory
inikepd6be2752016-04-22 13:59:21 +020036_codelite/
37_zstdbench/
Yann Colletf2a3b6e2016-05-31 18:13:56 +020038.clang_complete
Yann Collet1095e012016-08-17 15:48:18 +020039*.idea
Yann Colletae68f8d2016-07-21 18:50:31 -070040*.swp
Yann Collet1095e012016-08-17 15:48:18 +020041.DS_Store
Nick Terrell040cfd82016-09-01 16:21:19 -070042googletest/
Nick Terrell8b4e8422016-10-06 18:17:08 -070043*.d
Tyler-Trancb478712019-05-22 18:57:50 -070044*.vscode