zstd/.gitignore

43 lines
396 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-05-09 05:00:54 -07:00
# Visual C++
2016-05-16 05:54:48 -07:00
projects/VS2008
projects/VS2010
projects/VS2012
projects/VS2013
projects/VS2015
build/bin
# IDEA solution files
*.idea
# 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-04-22 04:59:21 -07:00
# CMake
2016-05-31 04:36:14 -07:00
projects/cmake/
# Test artefacts
tmp*