zstd/.gitignore

33 lines
271 B
Plaintext
Raw Normal View History

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