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

modified .gitignore

This commit is contained in:
inikep 2016-08-10 14:34:13 +02:00
parent a43d8abd89
commit cfe5fe4581
2 changed files with 12 additions and 12 deletions

11
.gitignore vendored
View File

@ -18,14 +18,6 @@ zstd
*.out
*.app
# Visual C++
projects/VS2008
projects/VS2010
projects/VS2012
projects/VS2013
projects/VS2015
build/bin
# IDEA solution files
*.idea
@ -35,9 +27,6 @@ _codelite/
_zstdbench/
.clang_complete
# CMake
projects/cmake/
# Test artefacts
tmp*
dictionary

13
projects/.gitignore vendored
View File

@ -1,2 +1,13 @@
build
*Copy
# Visual C++
build/
VS2005/
VS2008/
VS2010/
VS2012/
VS2013/
VS2015/
# CMake
cmake/