diff mbox series

[1/9] m4: remove empty folder which only holds a .gitignore file

Message ID 20230924122231.716878-2-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series wpan-tools: switch to SPDX header for license and copyright | expand

Commit Message

Stefan Schmidt Sept. 24, 2023, 12:22 p.m. UTC
we have no project specific files in the m4 folder, it just gets
generated from autotools. Ignore the complete folder in the top
level .gitignore instead.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
---
 .gitignore    | 1 +
 m4/.gitignore | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 m4/.gitignore
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index ef71c6a..cad8dee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@  config.*
 configure
 libtool
 stamp-h1
+m4/
diff --git a/m4/.gitignore b/m4/.gitignore
deleted file mode 100644
index 38066dd..0000000
--- a/m4/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@ 
-libtool.m4
-ltoptions.m4
-ltsugar.m4
-ltversion.m4
-lt~obsolete.m4