Skip to content

Commit 4f5eb6f

Browse files
committed
Teach git that .output and .execution are text files
1 parent f9ac5a0 commit 4f5eb6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
* text=auto
2+
3+
# Text files to always be normalized and converted to native line endings on checkout
4+
*.output text
5+
*.execution text

0 commit comments

Comments
 (0)