Skip to content

Commit 4e3f1a8

Browse files
committed
Initial import from 2015.10.00 release: svn r9830
Added .gitattributes to make sure Windows CRLF is preserved for *.gPJ and *.bak files.
0 parents  commit 4e3f1a8

22 files changed

Lines changed: 1143591 additions & 0 deletions

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Set behaviour for all files, in case developers don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files we want to always be normalized and converted to native line endings on checkout.
5+
*.txt text
6+
7+
# Declare files that will always have CRLF line endings on checkout.
8+
*.gPJ text eol=crlf
9+
*.bak text eol=crlf
10+
11+
# Denote all files that are truly binary and should not be modified.
12+
*.gpt binary

0 commit comments

Comments
 (0)