2015-01-24 00:58:16 +00:00
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.ko
|
2016-09-01 22:46:09 +00:00
|
|
|
*.dSYM
|
2015-01-24 00:58:16 +00:00
|
|
|
|
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Executables
|
2019-07-12 18:34:53 +00:00
|
|
|
/zstd
|
2017-01-21 00:36:29 +00:00
|
|
|
zstdmt
|
2015-01-24 00:58:16 +00:00
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2015-02-08 20:51:28 +00:00
|
|
|
|
2016-08-17 13:48:18 +00:00
|
|
|
# Test artefacts
|
|
|
|
tmp*
|
2020-05-26 20:15:35 +00:00
|
|
|
*.zst
|
2020-09-18 16:49:51 +00:00
|
|
|
*.zstd
|
2019-07-09 21:54:48 +00:00
|
|
|
dictionary.
|
2019-09-12 16:39:15 +00:00
|
|
|
dictionary
|
2018-05-01 12:45:46 +00:00
|
|
|
NUL
|
2016-01-10 11:20:52 +00:00
|
|
|
|
2017-03-22 00:52:42 +00:00
|
|
|
# Build artefacts
|
|
|
|
projects/
|
|
|
|
bin/
|
|
|
|
.buckd/
|
|
|
|
buck-out/
|
2019-11-21 00:36:40 +00:00
|
|
|
build-*
|
2020-07-09 07:32:54 +00:00
|
|
|
*.gcda
|
2017-03-22 00:52:42 +00:00
|
|
|
|
2016-01-10 11:20:52 +00:00
|
|
|
# Other files
|
2016-01-10 06:30:16 +00:00
|
|
|
.directory
|
2016-04-22 11:59:21 +00:00
|
|
|
_codelite/
|
|
|
|
_zstdbench/
|
2016-05-31 16:13:56 +00:00
|
|
|
.clang_complete
|
2016-08-17 13:48:18 +00:00
|
|
|
*.idea
|
2016-07-22 01:50:31 +00:00
|
|
|
*.swp
|
2016-08-17 13:48:18 +00:00
|
|
|
.DS_Store
|
2016-09-01 23:21:19 +00:00
|
|
|
googletest/
|
2016-10-07 01:17:08 +00:00
|
|
|
*.d
|
2019-05-23 01:57:50 +00:00
|
|
|
*.vscode
|
2019-12-14 21:29:24 +00:00
|
|
|
*.code-workspace
|
2019-11-21 00:36:40 +00:00
|
|
|
compile_commands.json
|
2019-12-14 21:29:24 +00:00
|
|
|
.clangd
|