blob: 5f2ca97deff99bdb1afe36f66a0eb7d8cede906f [file] [log] [blame]
Yann Collet4856a002015-01-24 01:58:16 +01001# Object files
2*.o
3*.ko
4
5# Libraries
6*.lib
7*.a
8
9# Shared objects (inc. Windows DLLs)
10*.dll
11*.so
12*.so.*
13*.dylib
14
15# Executables
Yann Collet19cab462016-06-17 12:54:52 +020016zstd
Yann Collet4856a002015-01-24 01:58:16 +010017*.exe
18*.out
19*.app
Yann Collet5ca33772015-02-08 21:51:28 +010020
Yann Collet1095e012016-08-17 15:48:18 +020021# Test artefacts
22tmp*
23dictionary
Artyom Dymchenko8665cdb2016-01-10 17:20:52 +060024
25# Other files
Artem Dymchenko8ce6be32016-01-10 12:30:16 +060026.directory
inikepd6be2752016-04-22 13:59:21 +020027_codelite/
28_zstdbench/
Yann Colletf2a3b6e2016-05-31 18:13:56 +020029.clang_complete
Yann Collet1095e012016-08-17 15:48:18 +020030*.idea
Yann Colletae68f8d2016-07-21 18:50:31 -070031*.swp
Yann Collet1095e012016-08-17 15:48:18 +020032.DS_Store