-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
.gitattributes
65 lines (57 loc) · 1.25 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Binary data types
*.gif binary
*.jpg binary
*.mo binary
*.pdf binary
*.png binary
*.zip binary
# Unix-style line endings
[attr]unix text eol=lf
*.conf unix
*.css unix
*.cls unix
*.csv unix
*.dot unix
*.html unix
*.inc unix
*.ini unix
*.jinja unix
*.js unix
*.md unix
*.mjs unix
*.py unix
*.rst unix
*.sty unix
*.tex unix
*.toml unix
*.txt unix
*.svg unix
*.xml unix
*.yml unix
# CRLF files
[attr]dos text eol=crlf
*.bat dos
*.bat.jinja dos
*.stp dos
tests/roots/test-pycode/cp_1251_coded.py dos
# Language aware diff headers
*.c diff=cpp
*.h diff=cpp
*.css diff=css
*.html diff=html
*.md diff=markdown
*.py diff=python
# *.rst diff=reStructuredText
*.tex diff=tex
# Non UTF-8 encodings
tests/roots/test-pycode/cp_1251_coded.py working-tree-encoding=windows-1251
# Generated files
# https://github.com/github/linguist/blob/master/docs/overrides.md
#
# To always hide generated files in local diffs, mark them as binary:
# $ git config diff.generated.binary true
#
[attr]generated linguist-generated=true diff=generated
tests/js/fixtures/**/*.js generated
sphinx/search/minified-js/*.js generated
sphinx/themes/bizstyle/static/css3-mediaqueries.js generated