---
gsv-eval.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gsv-eval.pl b/gsv-eval.pl
index 08e858a..d87d7c9 100755
--- a/gsv-eval.pl
+++ b/gsv-eval.pl
@@ -387,6 +387,8 @@ sub analyze_source_code_files
.gitattributtes
.gitmodules
.prev-version
+ .project
+ .classpath
/;
my %skip_files = map { $_ => 1 } @skip_files;
--
2.1.4