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

33 lines
271 B
Plaintext
Raw Normal View History

2015-01-24 01:58:16 +01:00
# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
zstd
2015-01-24 01:58:16 +01:00
*.exe
*.out
*.app
2016-08-17 15:48:18 +02:00
# Test artefacts
tmp*
dictionary
# 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