We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edb1a0 commit c553002Copy full SHA for c553002
.gitignore
@@ -39,3 +39,4 @@ doc/protocol-binary.txt
39
/timedrun
40
/doc/doxy
41
/memcached.spec
42
+.*.swp
t/whitespace.t
@@ -11,6 +11,7 @@ BEGIN {
11
push(@exempted, glob("doc/xml2rfc/*.xsl"));
12
push(@exempted, glob("m4/*backport*m4"));
13
push(@exempted, glob("*.orig"));
14
+ push(@exempted, glob(".*.swp"));
15
my %exempted_hash = map { $_ => 1 } @exempted;
16
17
my @stuff = split /\0/, `git ls-files -z -c -m -o --exclude-standard`;
0 commit comments