]> git.proxmox.com Git - mirror_qemu.git/commit - scripts/clean-includes
scripts/clean-includes: Ignore .inc.c files
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 14:49:42 +0000 (14:49 +0000)
committerRichard Henderson <rth@twiddle.net>
Tue, 23 Feb 2016 16:30:59 +0000 (08:30 -0800)
commitf8e1f5d6a2724cd72a296d693f808e534a0a3980
treecb737476f7a02890e23e37dcb6f6f1e3f7df6c21
parentce151109813e2770fd3cee2f37bfa2cdd01a12b9
scripts/clean-includes: Ignore .inc.c files

Ignore files which have a .inc.c extension -- these are not headers
but they are not standalone C source files either, so we can't make
any automated decisions about what #include directives they should
have.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <1456238983-10160-3-git-send-email-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
scripts/clean-includes