From 67fc8a1c0a1cc66c5ecfc6d2ff1b6f17597463cb Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 29 Apr 2020 09:32:57 -0400 Subject: [PATCH] LP#1272937 Followup: Remove m4/.gitignore Remove m4/.gitignore and a line to .gitignore to ignore the m4 files in the m4 subdirectory. Signed-off-by: Jason Stephenson --- .gitignore | 1 + m4/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 m4/.gitignore diff --git a/.gitignore b/.gitignore index ac2a33e..3f0100a 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ src/websocket-stdio/.deps/ src/websocket-stdio/.libs/ src/websocket-stdio/osrf-websocket-stdio src/websocket-stdio/*.o +m4/*.m4 diff --git a/m4/.gitignore b/m4/.gitignore deleted file mode 100644 index 0f4126c..0000000 --- a/m4/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.m4 -- 2.43.2