1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00
zstd/.gitignore

43 lines
354 B
Plaintext
Raw Normal View History

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