summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/checkwhite
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-26 09:21:41 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-26 09:32:49 +0200
commitf55c42b53bba603a77495964300bbe3e6e44974a (patch)
treed4df10de1b0c23d89b63d0cd8113f4af90188e6f /crawl-ref/source/util/checkwhite
parent7b3045176acf887d68dff6065f77f3fa3d158cab (diff)
downloadcrawl-ref-f55c42b53bba603a77495964300bbe3e6e44974a.tar.gz
crawl-ref-f55c42b53bba603a77495964300bbe3e6e44974a.zip
Whitespace fixes.
Diffstat (limited to 'crawl-ref/source/util/checkwhite')
-rwxr-xr-xcrawl-ref/source/util/checkwhite2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/checkwhite b/crawl-ref/source/util/checkwhite
index 349f3485a0..47577d099d 100755
--- a/crawl-ref/source/util/checkwhite
+++ b/crawl-ref/source/util/checkwhite
@@ -10,7 +10,7 @@ while(<FLIST>)
next if /\.(png|gif|ttf|ico|icns|fig|tex|eps|pdf)$/i;
next if /\.(sln|vim|pbxproj|vsprops|plist)$/i;
next if /vcproj/;
- next if /^\.gitmodules$/;
+ next if /^\.git(modules|attributes)$/;
next if /\.(lex|tab)\./;
next if !/\./;
my $tab = /\.(rb|pl|sh)$/i; # Allow tabs for these files.