From 447e5128da35bde4a96789c44b890776568a8521 Mon Sep 17 00:00:00 2001 From: inikep Date: Wed, 28 Sep 2016 13:23:11 +0200 Subject: [PATCH] updated .gitignore --- .gitignore | 2 +- zlibWrapper/.gitignore | 26 +++++--------------------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 751b674e8..c939f1228 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ zstd # Test artefacts tmp* -dictionary +dictionary* # Other files .directory diff --git a/zlibWrapper/.gitignore b/zlibWrapper/.gitignore index f197c8cc6..1fd8f416c 100644 --- a/zlibWrapper/.gitignore +++ b/zlibWrapper/.gitignore @@ -1,26 +1,10 @@ -# Object files -*.o -*.ko - -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app - # Default result files _* -example -example_zstd +example.* +example_zstd.* +fitblk.* +fitblk_zstd.* +zwrapbench.* foo.gz # Misc files