Skip to content

Commit c553002

Browse files
menghandormando
authored andcommitted
add vim swap file to .gitignore and t/whitespace.t's exempt list
1 parent 7edb1a0 commit c553002

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ doc/protocol-binary.txt
3939
/timedrun
4040
/doc/doxy
4141
/memcached.spec
42+
.*.swp

t/whitespace.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ BEGIN {
1111
push(@exempted, glob("doc/xml2rfc/*.xsl"));
1212
push(@exempted, glob("m4/*backport*m4"));
1313
push(@exempted, glob("*.orig"));
14+
push(@exempted, glob(".*.swp"));
1415
my %exempted_hash = map { $_ => 1 } @exempted;
1516

1617
my @stuff = split /\0/, `git ls-files -z -c -m -o --exclude-standard`;

0 commit comments

Comments
 (0)