[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] contrib/gitdm: Update file types after switch to Meson
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH] contrib/gitdm: Update file types after switch to Meson |
Date: |
Sun, 4 Oct 2020 19:14:25 +0200 |
- 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] contrib/gitdm: Update file types after switch to Meson,
Philippe Mathieu-Daudé <=