Skip to content

Commit

Permalink
A few more useful things to avoid cr/lf'ing
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@387769 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Mar 22, 2006
1 parent 3fa0c00 commit 41291f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/lineends.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$ignore .= "gif-jpg-jpeg-png-ico-bmp-";

# Archive formats
$ignore .= "tar-gz-z-zip-jar-war-";
$ignore .= "tar-gz-z-zip-jar-war-bz2-tgz-";

# Many document formats
$ignore .= "eps-psd-pdf-ai-";
Expand All @@ -32,9 +32,9 @@
$ignore .= "ucs2-ucs4-";

# Some binary objects
$ignore .= "class-so-dll-exe-obj-";
$ignore .= "class-so-dll-exe-obj-a-o-lo-slo-sl-dylib-";

# Some build env files in NW/Win32
# Some build env files
$ignore .= "mcp-xdc-ncb-opt-pdb-ilk-sbr-";

$preservedate = 1;
Expand Down

0 comments on commit 41291f8

Please sign in to comment.