From 60f917de0d19342bd3eaea7aaf82a96f0f372d48 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 18 Apr 2021 12:40:43 -0500 Subject: [PATCH] .gitignore: update (include C .d files, etc.) Signed-off-by: Rob Browning --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 1555c5a..7b3c531 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,21 @@ *.swp *~ +/config/bin/make /config/config.h.tmp +/config/finished /dev/bup-exec +/dev/bup-exec.d /dev/bup-python +/dev/bup-python.d /dev/python +/dev/python-proposed +/dev/python-proposed.d +/lib/bup/_helpers.d /lib/bup/_helpers.dll /lib/bup/_helpers.so /lib/bup/checkout_info.py /lib/cmd/bup +/lib/cmd/bup.d /nbproject/ /test/int/__init__.pyc /test/lib/__init__.pyc -- 2.39.2