1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
Commit Graph

33 Commits

Author SHA1 Message Date
Ian Abbott
6254cbbe9d Add more compressed file extensions to Common.gitattributes
Add *.bz, *.bz2, *.bzip2, *.lz, *.lzma, *.rar, *.taz, *.tbz, *.tbz2,
*.tlz, *.txz, *.xz, *.Z, and *.zst as binary files.
2024-03-22 03:13:35 -07:00
Apoorva Srivastava
f29c024589 Add *.ksh to Common.gitattributes 2024-02-12 09:59:56 -08:00
Dimitris K
74910f77c3
Added CRLF EOL for *.csv to conform with RFC 4180 2023-04-22 22:45:39 +03:00
Mussa Charles
bf082e2199
Add epub to Common (#166)
* Add epub  on Documents section.

* Update Common.gitattributes

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2022-07-12 21:24:46 +12:00
Julian Pawlowski
5111012f09
Handle *.mdx files similar to *.md 2021-12-11 21:18:23 +01:00
Alexander Karatarakis
38bea5e983 Remove broken links
Fixes #141
2021-08-07 12:17:32 -07:00
Eric Nielsen
055ffde27f
Add .zsh to Common.gitattributes (#139) 2021-07-21 15:49:23 +12:00
Scott Lowe
0648b3395c DOC: Fix comment about default SVG behaviour (text not binary) 2021-06-10 14:51:40 +01:00
David Fong
c9e0391fd0
Add CRLF EOL for Window-specific file formats and add diffs (#129) 2021-03-23 18:02:16 +13:00
Jason Smart
02a6278bad
Remove crlf for ps1 as it is cross-platform (#125) 2021-02-14 16:32:25 +13:00
Kautilya Save
f017637f08
Normalize tabs to space (#117)
Removed mix tabs + spaces
2020-07-28 11:22:34 +12:00
Richie Bendall
c198741606
Exclude .gitkeep files from exports 2020-07-15 01:05:45 +12:00
Dmytro Gokun
5a965d3a00 feat: Add .tgz support to Common.gitattributes (#104) 2019-12-28 23:43:59 +13:00
Nick Brook
0bfe1e5741 feat: Preserve line endings in patch files (#102)
I believe this is the correct attribute for patch files, where line endings can be mixed – the patch statements use LF, but the patch contents can be CRLF or LF
2019-11-09 12:32:15 +13:00
sAy
79abafdfba feat: Add .fish scripts support to Common.gitattributes 2019-09-28 12:55:09 +12:00
Richie Bendall
aef3563e0b
chore 2019-07-14 13:28:42 +12:00
mig4
b7c0d53361
Rebalance Java and Common
Remove duplicated rules from `Java`, and move those that make sense to
`Common`. This way both rules files can be used together, and the
settings for more generic files like shell scripts, JSON, YAML can be
more easily applied to other types of projects.

Add settings that ensure Windows based scripts (`.bat` and `.cmd`) end
with CRLF.
2019-07-13 21:06:52 +01:00
Richie Bendall
67645384db
Fixed svg type wording 2019-04-21 19:16:56 +12:00
Richie Bendall
3bbc79c5e7
Format gitattributes files 2019-04-20 12:35:18 +12:00
Richie Bendall
d1514be2a5
Normalize svg type (Fixes #45) 2019-04-20 12:10:44 +12:00
Richie Bendall
c84166e390
Use HTTPS where possible in links 2019-04-18 16:51:46 +12:00
Richie Bendall
694a19aa0e Add bibtex support 2019-03-09 15:08:25 +13:00
Alexander Karatarakis
77b656323b
Merge pull request #83 from Richienb/patch-1
Exclude git files from zip export
2019-01-30 16:51:09 -08:00
Richie Bendall
c3adb6ffa9
Added Gitattributes support for LaTeX documents. (Closes #77) 2019-01-26 20:43:50 +13:00
Richie Bendall
c143c1c598
Exclude git files from zip export 2019-01-26 20:25:53 +13:00
Richie Bendall
9b381857af
Apply sentence case to comment in line one 2018-06-09 16:50:35 +12:00
Alexander Karatarakis
4cbb8ddfd0 Add comment/option about svg binary vs text 2016-06-17 16:04:53 -07:00
compumike08
6e33907e57 Change svg from text to binary
Change the *.svg file pattern from 'text' type to 'binary' type.
2015-12-11 21:44:35 -05:00
Scott Lowe
f4cea8743b Add more image extensions to Common.gitattributes
Add the following extensions and set them to binary:
*.tif and *.tiff for TIFF files
*.eps for EPS files
As a vector graphics format, EPS files are written in text, but are
not really human-parsable, unlike SVG files. For this reason, I have
set them to binary. They certainly do not want to have EOL correction
applied, so they need `-text`, and I don't think humans will typically
be interested in their diff, so `-diff`, hence `binary` will suffice.
2015-09-08 23:36:01 +01:00
Hendy Irawan
1734fcc0c9
Additional files
Additional files
2014-08-01 00:27:45 +07:00
Alexander Karatarakis
99042dcf18 Merge Graphics.gitattributes into Common.gitattributes
Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
2014-05-17 17:43:32 +03:00
Alexander Karatarakis
9c84749975 Remove common document exclusions. They are gathered in Common.gitattributes
Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
2014-04-13 13:39:36 +03:00
Ben Bodenmiller
b7dab38940 Create Common.gitattributes 2014-04-03 15:10:04 -07:00