Modification des attributs

This commit is contained in:
guillaume 2015-02-25 16:37:00 +01:00
parent 9839420a68
commit 9fdb4a0ee3
3 changed files with 40 additions and 40 deletions

66
.gitattributes vendored
View File

@ -1,33 +1,33 @@
# Set default behaviour, in case users don't have core.autocrlf set. # Set default behaviour, in case users don't have core.autocrlf set.
# More info: https://help.github.com/articles/dealing-with-line-endings # More info: https://help.github.com/articles/dealing-with-line-endings
* text=auto * text=auto
# Explicitly declare text files we want to always be normalized and converted # Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout. # to native line endings on checkout.
*.php text eol=lf *.php text eol=lf
*.pl text eol=lf *.pl text eol=lf
*.sql text eol=lf *.sql text eol=lf
*.htm text eol=lf *.htm text eol=lf
*.html text eol=lf *.html text eol=lf
*.js text eol=lf *.js text eol=lf
*.css text eol=lf *.css text eol=lf
*.lang text eol=lf *.lang text eol=lf
*.txt text eol=lf *.txt text eol=lf
*.md text eol=lf *.md text eol=lf
*.pp text eol=lf *.pp text eol=lf
*.sh text eol=lf *.sh text eol=lf
*.yaml text eol=lf *.yaml text eol=lf
.bash_aliases text eol=lf .bash_aliases text eol=lf
# Denote all files that are truly binary and should not be modified. # Denote all files that are truly binary and should not be modified.
*.bmp binary *.bmp binary
*.ico binary *.ico binary
*.png binary *.png binary
*.jpg binary *.jpg binary
*.odt binary *.odt binary
*.odf binary *.odf binary
*.frm binary *.frm binary
*.MYD binary *.MYD binary
*.MYI binary *.MYI binary

12
INSTALL
View File

@ -1,6 +1,6 @@
INSTALL INSTALL
------- -------
English: See README.md file. English: See README.md file.
French: Voir fichier README-FR.md. French: Voir fichier README-FR.md.

View File

@ -1,2 +1,2 @@
<?php <?php
header('Location: htdocs'); header('Location: htdocs');