diff options
author | ctrlaltca@gmail.com <> | 2011-09-20 09:35:40 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-09-20 09:35:40 +0000 |
commit | 8dcab11beafb1a04b514a3beacc6113f29450d3c (patch) | |
tree | 408a41fdf9e54dd0075759c67843a0c7ffc103b4 /.gitattributes | |
parent | 026421ecddb050a7156b228c329e13de5f0f160d (diff) |
patch for #363: dropping clientscripts.php
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 64a342a8..d8c68e21 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2805,8 +2805,9 @@ framework/Util/TSimpleDateFormatter.php -text framework/Util/TVarDumper.php -text framework/Web/Javascripts/TJSON.php -text framework/Web/Javascripts/TJavaScript.php -text -framework/Web/Javascripts/clientscripts.php -text -framework/Web/Javascripts/source/packages.php -text +framework/Web/Javascripts/jsmin.php -text +framework/Web/Javascripts/packages.php -text +framework/Web/Javascripts/source/.htaccess -text framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js -text framework/Web/Javascripts/source/prado/activecontrols/activedatepicker.js -text framework/Web/Javascripts/source/prado/activecontrols/ajax3.js -text |