Projet

Général

Profil

Télécharger (925 octets) Statistiques
| Branche: | Tag: | Révision:

univnautes / .gitattributes @ master

1
# Using default template from https://help.github.com/articles/dealing-with-line-endings with modifications.
2
# Set default behaviour, in case users don't have core.autocrlf set.
3
* text=auto
4

    
5
# Explicitly declare text files we want to always be normalized and converted 
6
# to native line endings on checkout.
7
*.c text
8
*.h text
9
*.php text
10
*.inc text
11
*.sh text
12
*.h text
13
*.md5 text
14
*.sha256 text
15
*.conf text
16
*.xml text
17
*.ovf text
18
*.css text
19
*.htm* text
20
*.js text
21
*.diff text
22
*.patch text
23
*.pl text
24
*.rules text
25
*.txt text
26
rc.* text
27
*.sql text
28
*.mk text
29
*.po text
30
*.pot text
31

    
32
# Files that will always have CRLF line endings on checkout. (Not sure we have any of these)
33
# *.dos text eol=crlf
34

    
35
# Denote all files that are truly binary and should not be modified.
36
*.png binary
37
*.jpg binary
38
*.gif binary
39
*.so* binary
40
*.gz binary
41
*.tgz binary
42
*.exe binary
43
*.ico binary
44
*.img binary
45
*.zip binary
46
*.uzip binary
47
*.tar binary
48
*.ttf binary
(1-1/3)