From a35f04e60865b6d17e335d69176f6cb05a007423 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 26 Jun 2018 16:07:35 +0200 Subject: [PATCH] Update .gitignore files. --- .gitignore | 4 ++++ test/.gitignore | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index ba18fee0..1bc77a14 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ Makefile.in !.astylerc core core.* +vgcore.* +tags /config.* /autom4te.cache /aclocal.m4 @@ -27,3 +29,5 @@ core.* /test-driver /stamp-h1 /INSTALL +/meshlink-* +/ChangeLog diff --git a/test/.gitignore b/test/.gitignore index 355164c1..62e05a88 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1 +1,12 @@ +* +!*.* +.* */ +*.log +*.trs +*.o +/Makefile +/Makefile.in +vgcore.* +core +core.* -- 2.39.2