zstd/.gitignore

45 lines
368 B
Plaintext
Raw Normal View History

2015-01-24 08:58:16 +08:00
# Object files
*.o
*.ko
*.dSYM
2015-01-24 08:58:16 +08:00
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
/zstd
2017-01-21 08:36:29 +08:00
zstdmt
2015-01-24 08:58:16 +08:00
*.exe
*.out
*.app
2016-08-17 21:48:18 +08:00
# Test artefacts
tmp*
2019-07-10 05:54:48 +08:00
dictionary.
2018-05-01 20:45:46 +08:00
NUL
# Build artefacts
projects/
bin/
.buckd/
buck-out/
# Other files
2016-01-10 14:30:16 +08:00
.directory
2016-04-22 19:59:21 +08:00
_codelite/
_zstdbench/
2016-06-01 00:13:56 +08:00
.clang_complete
2016-08-17 21:48:18 +08:00
*.idea
2016-07-22 09:50:31 +08:00
*.swp
2016-08-17 21:48:18 +08:00
.DS_Store
2016-09-02 07:21:19 +08:00
googletest/
2016-10-07 09:17:08 +08:00
*.d
*.vscode