Signed-off-by: Dmitry V. Levin <l...@altlinux.org> --- .gitignore | 2 ++ ChangeLog | 2 ++ config/.gitignore | 2 ++ config/ChangeLog | 2 ++ debuginfod/.gitignore | 1 + debuginfod/ChangeLog | 2 ++ tests/.gitignore | 2 ++ tests/ChangeLog | 2 ++ 8 files changed, 15 insertions(+)
diff --git a/.gitignore b/.gitignore index 0055ddae..9bf350c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *# *.a +*.gcda +*.gcno *.o *.orig *.os diff --git a/ChangeLog b/ChangeLog index cfdc5699..dcbb1093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2020-12-19 Dmitry V. Levin <l...@altlinux.org> + * .gitignore: Add *.gcda and *.gcno. + * .gitignore: Move subdirectory patterns to separate .gitignore files. 2020-12-15 Dmitry V. Levin <l...@altlinux.org> diff --git a/config/.gitignore b/config/.gitignore index 86a4dad2..8cd8ccdb 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -9,5 +9,7 @@ /libdw.pc /libelf.pc /missing +/profile.csh +/profile.sh /test-driver /ylwrap diff --git a/config/ChangeLog b/config/ChangeLog index 8527be52..41d0c6fe 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,5 +1,7 @@ 2020-12-19 Dmitry V. Levin <l...@altlinux.org> + * .gitignore: Add /profile.csh and /profile.sh. + * .gitignore: New file. 2020-12-12 Dmitry V. Levin <l...@altlinux.org> diff --git a/debuginfod/.gitignore b/debuginfod/.gitignore index 382fce63..e0ff6687 100644 --- a/debuginfod/.gitignore +++ b/debuginfod/.gitignore @@ -1,2 +1,3 @@ /debuginfod /debuginfod-find +/debuginfod.h diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index 03e773d1..7caa27d7 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,5 +1,7 @@ 2020-12-19 Dmitry V. Levin <l...@altlinux.org> + * .gitignore: Add /debuginfod.h. + * .gitignore: New file. 2020-12-12 Dmitry V. Levin <l...@altlinux.org> diff --git a/tests/.gitignore b/tests/.gitignore index a9968335..d0e83da2 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -27,6 +27,7 @@ /backtrace-data /backtrace-dwarf /buildid +/core-dump-backtrace.lock /debugaltlink /debuginfod_build_id_find /debuglink @@ -86,6 +87,7 @@ /next_cfi /peel_type /rdwrmmap +/read_unaligned /rerequest_tag /saridx /scnnames diff --git a/tests/ChangeLog b/tests/ChangeLog index c3cd5557..13679f43 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2020-12-19 Dmitry V. Levin <l...@altlinux.org> + * .gitignore: Add /core-dump-backtrace.lock and /read_unaligned. + * .gitignore: New file. 2020-12-12 Mark Wielaard <m...@klomp.org> -- ldv