zstd/.gitignore

52 lines
570 B
Plaintext
Raw Normal View History

2015-01-23 16:58:16 -08:00
# Object files
*.o
*.ko
*.dSYM
2015-01-23 16:58:16 -08:00
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
zstd
2019-07-09 03:00:17 -07:00
!build/VS2008/zstd
!build/VS2010/zstd
!contrib/VS2005/zstd
2017-01-20 16:36:29 -08:00
zstdmt
2015-01-23 16:58:16 -08:00
*.exe
*.out
*.app
2016-08-17 06:48:18 -07:00
# Test artefacts
tmp*
2016-09-28 04:23:11 -07:00
dictionary*
2019-07-09 03:00:17 -07:00
!examples/dictionary_compression.c
!examples/dictionary_decompression.c
!tests/fuzz/dictionary_decompress.c
!tests/fuzz/dictionary_round_trip.c
2018-05-01 05:45:46 -07:00
NUL
# Build artefacts
projects/
bin/
.buckd/
buck-out/
# Other files
2016-01-09 22:30:16 -08:00
.directory
2016-04-22 04:59:21 -07:00
_codelite/
_zstdbench/
2016-05-31 09:13:56 -07:00
.clang_complete
2016-08-17 06:48:18 -07:00
*.idea
2016-07-21 18:50:31 -07:00
*.swp
2016-08-17 06:48:18 -07:00
.DS_Store
2016-09-01 16:21:19 -07:00
googletest/
2016-10-06 18:17:08 -07:00
*.d
*.vscode