From ea0edeaf448c088e2aa71f3d0b51ab7641aed205 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 28 Apr 2015 18:14:39 +0800 Subject: [PATCH] src/Project/Gtk.vala --- src/Project/Gtk.vala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Project/Gtk.vala b/src/Project/Gtk.vala index 6bfaaa704..eba678406 100644 --- a/src/Project/Gtk.vala +++ b/src/Project/Gtk.vala @@ -174,8 +174,9 @@ namespace Project { continue; } - - + if (Regex.match_simple("\\.vala\\.c$", fn)) { + continue; + } if (Regex.match_simple("\\.c$", fn)) { // if we have a vala file with the same name -- 2.39.2