aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-06-04 23:00:32 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-06-04 21:06:12 +0000
commitc62546ac58a6fe543d721b75a2c2d0ba07ee3213 (patch)
treec78f270375b5dd982114c230086b1f99133f2e0d /.gitattributes
parent5f9a52dc951b9358da9ea7a91a47b3c3f83461e8 (diff)
Ensure that run_and_catch_crashes has UNIX/POSIX line endings
Change-Id: If7b5047c15c747ac306960003c60a3ccd35f3e51 Reviewed-on: https://code.wireshark.org/review/8764 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes15
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes
index 610cc900be..c5f87c8a10 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,7 +1,8 @@
-* text=auto
-*.sh eol=lf
-/test export-ignore
-.bzrignore export-ignore
-.gitattributes export-ignore
-.gitignore export-ignore
-.gitreview export-ignore
+* text=auto
+*.sh eol=lf
+/test/run_and_catch_crashes eol=lf
+/test export-ignore
+.bzrignore export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
+.gitreview export-ignore