From cca166a41a968d96895d0abb634a4a986efbd30b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 22 Feb 2013 11:39:05 +0000 Subject: [PATCH] Set all MIME types --- .gitattributes | 90 ++++++++++++++++++++-------------------- pub/svn-fgdata-bundle.sh | 0 2 files changed, 45 insertions(+), 45 deletions(-) mode change 100644 => 100755 pub/svn-fgdata-bundle.sh diff --git a/.gitattributes b/.gitattributes index ac3442d..dd85a43 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,20 +1,20 @@ * text=auto !eol -/.htaccess -text -/blacklist.txt -text -/eddh-eddl-lfpg.html -text -/eddh-ekch.html -text -/eddh-ekeb.html -text -/eddh-essa.html -text -/eddh-loww-lirf.html -text -/favicon.ico -text -/fgcom.html -text -/fgdata-bundle.html -text -/fgfs-scenery.html -text -/flights.html -text -guestbook/.htaccess -text +/.htaccess -text svneol=unset#text/plain +/blacklist.txt -text svneol=unset#text/plain +/eddh-eddl-lfpg.html -text svneol=unset#text/html +/eddh-ekch.html -text svneol=unset#text/html +/eddh-ekeb.html -text svneol=unset#text/html +/eddh-essa.html -text svneol=unset#text/html +/eddh-loww-lirf.html -text svneol=unset#text/html +/favicon.ico -text svneol=unset#image/x-icon +/fgcom.html -text svneol=unset#text/html +/fgdata-bundle.html -text svneol=unset#text/html +/fgfs-scenery.html -text svneol=unset#text/html +/flights.html -text svneol=unset#text/html +guestbook/.htaccess -text svneol=unset#text/plain guestbook/LICENSE.txt -text guestbook/arial.ttf -text -guestbook/captcha.png -text +guestbook/captcha.png -text svneol=unset#image/png guestbook/captcha.txt -text guestbook/changelog.txt -text guestbook/forbid.php -text @@ -22,35 +22,35 @@ guestbook/index.php -text guestbook/no-badbot.gif -text guestbook/pixel.gif -text guestbook/settings.php -text -guestbook/spider.jpg -text -/imprint.html -text -/index.html -text -/lemd-lfpg-eddl-eddh.html -text -/links.html -text -/lirf-leib-lemd.html -text -/pfs-scam.html -text -pub/.htaccess -text -pub/download-helper.zip -text -pub/fgfs-launcher.zip -text -pub/helper.zip -text +guestbook/spider.jpg -text svneol=unset#image/jpeg +/imprint.html -text svneol=unset#text/html +/index.html -text svneol=unset#text/html +/lemd-lfpg-eddl-eddh.html -text svneol=unset#text/html +/links.html -text svneol=unset#text/html +/lirf-leib-lemd.html -text svneol=unset#text/html +/pfs-scam.html -text svneol=unset#text/html +pub/.htaccess -text svneol=unset#text/plain +pub/download-helper.zip -text svneol=unset#application/zip +pub/fgfs-launcher.zip -text svneol=unset#application/zip +pub/helper.zip -text svneol=unset#application/zip pub/rsyncd.conf -text -pub/screenshot-anonymizer-fvwm-crystal_1280x1024.svg -text -pub/svn-fgdata-bundle.sh -text -/robots.txt -text -/rsync.html -text -/tutorial-gimp-livery-drawing.html -text -tutorials/img/livery-paths/001-thumb.png -text -tutorials/img/livery-paths/001.png -text -tutorials/img/livery-paths/002-thumb.png -text -tutorials/img/livery-paths/002.png -text -tutorials/img/livery-paths/003-thumb.png -text -tutorials/img/livery-paths/003.png -text -tutorials/img/livery-paths/004-thumb.png -text -tutorials/img/livery-paths/004.png -text -tutorials/img/livery-paths/005-thumb.png -text -tutorials/img/livery-paths/005.png -text -tutorials/img/livery-paths/006-thumb.png -text -tutorials/img/livery-paths/006.png -text -tutorials/img/livery-paths/007-thumb.png -text -tutorials/img/livery-paths/007.png -text -/whitelist.txt -text +pub/screenshot-anonymizer-fvwm-crystal_1280x1024.svg -text svneol=unset#image/svg%2Bxml +pub/svn-fgdata-bundle.sh -text svneol=unset#application/x-shellscript +/robots.txt -text svneol=unset#text/plain +/rsync.html -text svneol=unset#text/html +/tutorial-gimp-livery-drawing.html -text svneol=unset#text/html +tutorials/img/livery-paths/001-thumb.png -text svneol=unset#image/png +tutorials/img/livery-paths/001.png -text svneol=unset#image/png +tutorials/img/livery-paths/002-thumb.png -text svneol=unset#image/png +tutorials/img/livery-paths/002.png -text svneol=unset#image/png +tutorials/img/livery-paths/003-thumb.png -text svneol=unset#image/png +tutorials/img/livery-paths/003.png -text svneol=unset#image/png +tutorials/img/livery-paths/004-thumb.png -text svneol=unset#image/png +tutorials/img/livery-paths/004.png -text svneol=unset#image/png +tutorials/img/livery-paths/005-thumb.png -text svneol=unset#image/png +tutorials/img/livery-paths/005.png -text svneol=unset#image/png +tutorials/img/livery-paths/006-thumb.png -text svneol=unset#image/png +tutorials/img/livery-paths/006.png -text svneol=unset#image/png +tutorials/img/livery-paths/007-thumb.png -text svneol=unset#image/png +tutorials/img/livery-paths/007.png -text svneol=unset#image/png +/whitelist.txt -text svneol=unset#text/plain diff --git a/pub/svn-fgdata-bundle.sh b/pub/svn-fgdata-bundle.sh old mode 100644 new mode 100755 -- 2.39.5