From 16db3498b383ccc38ff74202fa758fca44a5d8e2 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 May 2022 23:11:52 +0200 Subject: [PATCH] fix .gitignores - src/tmp/ is actually a symlink (and thus not a dir) - autoconf now generates configure~ - the coverity result archive was missed so far --- .gitignore | 2 ++ src/.gitignore | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 310c028..236dae5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /config.status /config.sub /configure +/configure~ /configure.lineno /configure-stamp /cov-int/ @@ -22,6 +23,7 @@ /isync.spec /isync-*.tar.gz /isync-*.tar.gz.asc +/isync-cov.tar.xz /missing /patch-stamp /stamp-h diff --git a/src/.gitignore b/src/.gitignore index d58dda7..116456f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,7 +2,7 @@ /mbsync /mdconvert /tst_timers -/tmp/ +/tmp .deps/ *.o