summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRamiro Morales <ramiro@rmorales.net>2013-09-30 19:22:26 -0300
committerRamiro Morales <cramm0@gmail.com>2013-09-30 22:14:54 -0300
commit4372718e839d15c707d50cc78274a355258cf36a (patch)
tree7eeccf0ab1f80bb2d0eb8f503c81050425bc42f0 /.gitattributes
parent2b6bb321ba03c837daaf49c9a931ad2bd792aba5 (diff)
downloaddjango-4372718e839d15c707d50cc78274a355258cf36a.tar.gz
Force Unix-style line-endings for some helper files in staticfiles_tests.
This fixes eight failures in the cached storage tests under Windows. Refs #18920 and 978d4476cf.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 49cb19117c..cd42cc51ca 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,5 @@
# Normalize line endings to avoid spurious failures in the core test suite on Windows.
-*html text eol=lf \ No newline at end of file
+*html text eol=lf
+*css text eol=lf
+tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf
+tests/staticfiles_tests/project/documents/test/*txt text eol=lf