blob: 751b674e82f9c012000295bab7f22eeeb589392d [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 Collet4856a002015-01-24 01:58:16 +010018*.exe
19*.out
20*.app
Yann Collet5ca33772015-02-08 21:51:28 +010021
Yann Collet1095e012016-08-17 15:48:18 +020022# Test artefacts
23tmp*
24dictionary
Artyom Dymchenko8665cdb2016-01-10 17:20:52 +060025
26# Other files
Artem Dymchenko8ce6be32016-01-10 12:30:16 +060027.directory
inikepd6be2752016-04-22 13:59:21 +020028_codelite/
29_zstdbench/
Yann Colletf2a3b6e2016-05-31 18:13:56 +020030.clang_complete
Yann Collet1095e012016-08-17 15:48:18 +020031*.idea
Yann Colletae68f8d2016-07-21 18:50:31 -070032*.swp
Yann Collet1095e012016-08-17 15:48:18 +020033.DS_Store
Nick Terrell040cfd82016-09-01 16:21:19 -070034googletest/