]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
.gitignore: update
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Dec 2020 08:00:00 +0000 (08:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Dec 2020 08:00:00 +0000 (08:00 +0000)
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
.gitignore
ChangeLog

index 595760d402cd3bbe7ebc8e2681252e3fc8766200..b9061e75f799c12d1a711f57670a7f416a447381 100644 (file)
@@ -1,6 +1,7 @@
-#*
 *#
 *.a
+*.gcda
+*.gcno
 *.o
 *.orig
 *.os
@@ -8,19 +9,17 @@
 *.rej
 *.so
 *.so.1
-*/Makefile.in
 *~
 .#*
 .deps
 .glimpse_*
 =*
-/ABOUT-NLS
-/INSTALL
 Makefile
 Makefile.in
+/ABOUT-NLS
+/INSTALL
 /aclocal.m4
 /autom4te.*
-/backends/*.map
 /config.cache
 /config.h
 /config.h.in
@@ -37,6 +36,8 @@ Makefile.in
 /config/libelf.pc
 /config/libdebuginfod.pc
 /config/missing
+/config/profile.csh
+/config/profile.sh
 /config/test-driver
 /config/ylwrap
 /configure
@@ -48,6 +49,7 @@ Makefile.in
 /libcpu/*_parse.[ch]
 /debuginfod/debuginfod
 /debuginfod/debuginfod-find
+/debuginfod/debuginfod.h
 /libdw/known-dwarf.h
 /src/addr2line
 /src/ar
@@ -96,6 +98,7 @@ Makefile.in
 /tests/backtrace-data
 /tests/backtrace-dwarf
 /tests/buildid
+/tests/core-dump-backtrace.lock
 /tests/debugaltlink
 /tests/debuginfod_build_id_find
 /tests/debuglink
@@ -155,6 +158,7 @@ Makefile.in
 /tests/next-lines
 /tests/peel_type
 /tests/rdwrmmap
+/tests/read_unaligned
 /tests/rerequest_tag
 /tests/saridx
 /tests/scnnames
index 072a78534b94c4b73606e69ebf6282c5ca9b71ca..28ac1f910f2b9de60f423ee10b6b1dee97885721 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-20  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * .gitignore: Update.
+
 2020-12-15  Dmitry V. Levin  <ldv@altlinux.org>
 
        * configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove.