From cef3458b870c4ae76061d6238197dcf96dc9690b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jul 2016 22:38:27 +0100 Subject: [PATCH] Add .gitignore for upstream files Signed-off-by: Ian Jackson --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3fe705 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*~ +*.la +*.lo +*.o +.deps +.libs +libtool +config.h +config.log +config.status +configure-stamp +build-stamp +stamp-h1 +Makefile +*[Tt]est*.log +*[Tt]est*.trs +*.pc +pcre-config +pcre_chartables.c +pcre.h +pcre_stringpiece.h +pcrecpparg.h +*_unittest +test*grep +pcre_jit_test +pcregrep +pcretest -- 2.30.2