[PATCH] contrib/gitdm: Update file types after switch to Meson

Philippe Mathieu-Daudé posted 1 patch 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201004171425.2025680-1-f4bug@amsat.org
contrib/gitdm/filetypes.txt | 3 +++
1 file changed, 3 insertions(+)
[PATCH] contrib/gitdm: Update file types after switch to Meson
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
- meson.build is in use since commit a56650518f
  ("configure: integrate Meson in the build system"),
- .h.inc since commit 0979ed017f
  ("meson: rename .inc.h files to .h.inc") and
- .rst.inc since commit 87c0868f46
  ("qemu-nbd: Convert invocation documentation to rST").

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
---
 contrib/gitdm/filetypes.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
index d2d6f6db8d..16e2075681 100644
--- a/contrib/gitdm/filetypes.txt
+++ b/contrib/gitdm/filetypes.txt
@@ -49,6 +49,7 @@ filetype code \.c\+\+$	# C++
 filetype code \.cxx$	# C++
 filetype code \.cc$	# C++
 filetype code \.h$	# C or C++ header
+filetype code \.h.inc$	# C header
 filetype code \.hh$	# C++ header
 filetype code \.hpp$	# C++ header
 filetype code \.hxx$	# C++ header
@@ -97,6 +98,7 @@ filetype devel-doc ^BSD-3-Clause$
 filetype devel-doc ^GPL-2.0$
 filetype devel-doc \.txt$
 filetype devel-doc \.rst$
+filetype devel-doc \.rst\.inc$
 filetype devel-doc \.texi$
 filetype devel-doc \.pod$
 
@@ -108,6 +110,7 @@ filetype build Makefile$
 filetype build Makefile\.*$
 filetype build config$
 filetype build conf$
+filetype build meson.build
 filetype build \.cfg$
 filetype build \.mk$
 filetype build \.mak$
-- 
2.26.2