diff --git a/.gitignore b/.gitignore
index 20c87aa1e426c468833343f3409cc93070cad9ed..12983e5dfd87bc2cf9b2bdfce5c3c56d8fd5bd0f 100755
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ default.properties
 .buildpath
 .gitmodules
 dolibarr_install.log
+upgrade.log
 doxygen_warnings.log
 /.project
 .DS_Store
diff --git a/htdocs/core/boxes/box_produits.php b/htdocs/core/boxes/box_produits.php
old mode 100755
new mode 100644
diff --git a/htdocs/core/boxes/box_produits_alerte_stock.php b/htdocs/core/boxes/box_produits_alerte_stock.php
old mode 100755
new mode 100644
diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
old mode 100755
new mode 100644
diff --git a/htdocs/core/modules/modDynamicPrices.class.php b/htdocs/core/modules/modDynamicPrices.class.php
old mode 100755
new mode 100644
diff --git a/htdocs/fourn/ajax/getSupplierPrices.php b/htdocs/fourn/ajax/getSupplierPrices.php
old mode 100755
new mode 100644
diff --git a/htdocs/fourn/class/fournisseur.product.class.php b/htdocs/fourn/class/fournisseur.product.class.php
old mode 100755
new mode 100644
diff --git a/htdocs/includes/evalmath/evalmath.class.php b/htdocs/includes/evalmath/evalmath.class.php
old mode 100755
new mode 100644
diff --git a/htdocs/product/class/priceexpression.class.php b/htdocs/product/class/priceexpression.class.php
old mode 100755
new mode 100644
diff --git a/htdocs/product/class/priceparser.class.php b/htdocs/product/class/priceparser.class.php
old mode 100755
new mode 100644
diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
old mode 100755
new mode 100644
diff --git a/htdocs/product/expression.php b/htdocs/product/expression.php
old mode 100755
new mode 100644
diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
old mode 100755
new mode 100644
diff --git a/htdocs/product/index.php b/htdocs/product/index.php
old mode 100755
new mode 100644
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
old mode 100755
new mode 100644