diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-12-20 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-12-20 08:00:00 +0000 |
commit | 05c232f7fd5498f1ed6d8c641231a1db83b47727 (patch) | |
tree | 9747a9cd721e30473f034367a9ce59acb6d413f8 /libdw | |
parent | 32ba0acfbc4ea937e00e617da96f449adb04ebc7 (diff) | |
download | elfutils-05c232f7fd5498f1ed6d8c641231a1db83b47727.tar.gz |
Split the top level .gitignore file
Move subdirectory parts of the top level .gitignore into appropriate
subdirectories. This would be consistent with ChangeLog files,
currently one has to update the top level ChangeLog file when
the top level .gitignore file is changed in a way that affects
a specific subdirectory only.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'libdw')
-rw-r--r-- | libdw/.gitignore | 1 | ||||
-rw-r--r-- | libdw/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libdw/.gitignore b/libdw/.gitignore new file mode 100644 index 00000000..d5fe053f --- /dev/null +++ b/libdw/.gitignore @@ -0,0 +1 @@ +/known-dwarf.h diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 20fec602..b8038f00 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,7 @@ +2020-12-20 Dmitry V. Levin <ldv@altlinux.org> + + * .gitignore: New file. + 2020-12-16 Dmitry V. Levin <ldv@altlinux.org> * libdwP.h (_): Remove. |