Commit Graph

8 Commits

Author SHA1 Message Date
Felix Kauselmann
45899b6835 Exclude openssl an 7zip from git export so they don't pollute our source tarballs 2020-04-11 21:26:19 +02:00
Felix Kauselmann
f139510a51 Update .gitattributes to cover all text files
* text=auto does not affect files that already have been commited as 
CRLF. We need to explicitely set the text attributes for these files to 
enable line conversion.
2018-08-07 11:02:26 +02:00
Felix Kauselmann
c2bc4ae675 Add *.qml to .gitattributes
This is needed for proper line endings normilization
2018-08-05 13:13:03 +02:00
Felix Kauselmann
37d9e54056 Normalize .gitattributes too
For some reason unknown to me .gitattributes was not picked up when 
fixing the linefeed settings. Fix it manually.
2018-07-30 15:08:08 +02:00
Felix Kauselmann
d5a11fb16b Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
Felix Kauselmann
8d5e68e4a7 Remove botched .gitattributes changes
This reverts commits a658b0595e and
a2c0c65006.
2018-06-30 11:01:44 +02:00
Felix Kauselmann
a2c0c65006 Add .gitattributes rules for text and binary handling
Text files' line endings will be internally normalized which should save
us a fair amount of headache when merging. Binary files will be left
alone.
2018-06-06 14:06:49 +02:00
Felix Kauselmann
335a3a0cdb Update mktarball.sh for git usage (needs .gitattributes). 2018-06-06 13:46:24 +02:00