From 79ff1055edda279426b74e4ec66c4a889721443b Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Tue, 11 Jun 2019 11:48:40 -0600 Subject: Add GitHub issue templates These files should not be in the MANIFEST adjust porting/manifest.t to ignore .github files in addition to .gitignore files. --- Porting/manicheck | 1 + 1 file changed, 1 insertion(+) (limited to 'Porting/manicheck') diff --git a/Porting/manicheck b/Porting/manicheck index b544a12252..e206861f66 100644 --- a/Porting/manicheck +++ b/Porting/manicheck @@ -21,6 +21,7 @@ find { return if -d; return if $_ eq '.gitignore'; return if $x =~ /^\.git\b/; + return if $x =~ m{^\.github/}; print "$x\t\tnot in MANIFEST\n" if !$files{$x}; }, }, "."; -- cgit v1.2.1