From 05c232f7fd5498f1ed6d8c641231a1db83b47727 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 20 Dec 2020 08:00:00 +0000 Subject: 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 --- libdw/.gitignore | 1 + libdw/ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 libdw/.gitignore (limited to 'libdw') 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 + + * .gitignore: New file. + 2020-12-16 Dmitry V. Levin * libdwP.h (_): Remove. -- cgit v1.2.1