]> git.mxchange.org Git - mailer.git/blobdiff - .gitattributes
No more PHP4:
[mailer.git] / .gitattributes
index 88339e712026aaf06ef016e3932370dc0c637ea1..72184ce6eaa2f5cfb1e2d183953105fb520308bd 100644 (file)
@@ -1,49 +1,33 @@
-* text=auto !eol
-/autoreg_output.php svneol=native#text/plain
-/autoreg_test.php -text svneol=unset#text/plain
-/captcha-base.xcf -text svneol=unset#application/x-xcf
-code_swarm/README -text
-code_swarm/mailer.config -text
-code_swarm/mailer.sh svneol=native#text/plain
-/debug-lines.sh svneol=native#text/plain
-ext-partner/earnstar-datenimport.pdf -text svneol=unset#application/pdf
-/final-checker.sh svneol=native#text/plain
-/get_Global.php -text svneol=unset#text/plain
-ideas/000-README.txt svneol=native#text/plain
-ideas/ext-affiliate.php svneol=native#text/plain
-ideas/ext-club.php svneol=native#text/plain
-ideas/ext-coupon.php svneol=native#text/plain
-ideas/ext-digit.php svneol=native#text/plain
-ideas/ext-engine.php svneol=native#text/plain
-ideas/ext-refund.php svneol=native#text/plain
-ideas/ext-shop.php svneol=native#text/plain
-ideas/ext-shredder.php svneol=native#text/plain
-ideas/ext-signup.php svneol=native#text/plain
-ideas/ext_coupon.tpl svneol=native#text/plain
-ideas/ext_signup.tpl svneol=native#text/plain
-/install_svn.php svneol=native#text/plain
-/interface_test.php -text svneol=unset#text/plain
-/lint.sh svneol=native#text/plain
-/merge-exp.sh svneol=native#text/plain
-mt_konverter/AENDERUNGEN.txt svneol=native#text/plain
-mt_konverter/INHALT.txt svneol=native#text/plain
-mt_konverter/Lizenzdatei.txt svneol=native#text/plain
-mt_konverter/mt_mxchange_converter.php svneol=native#text/plain
-mt_konverter/readme_konverter.txt svneol=native#text/plain
-/patch_core.sh svneol=native#text/plain
-/prop-set.sh svneol=native#text/plain
-/remove-deprecated.sh svneol=native#text/plain
-/teaser.txt svneol=native#text/plain
-/todo-builder.sh svneol=native#text/plain
-updater/.cmds.sh svneol=native#text/plain
-updater/.cms.sh svneol=native#text/plain
-updater/.config.sh svneol=native#text/plain
-updater/.cvs.sh svneol=native#text/plain
-updater/.extensions.sh svneol=native#text/plain
-updater/.ftp.sh svneol=native#text/plain
-updater/.functions.sh svneol=native#text/plain
-updater/.hp.sh svneol=native#text/plain
-updater/.themes.sh svneol=native#text/plain
-updater/LICENSE -text
-updater/cvs-updater.sh svneol=native#text/plain
-/validator.sh svneol=native#text/plain
+#
+### Distribute this file on all GIT projects!
+#
+# Autodetect text files
+* text=auto
+
+# Force the following filetypes to have unix eols, so Windows does not break them
+*.* text eol=lf
+
+# Force images/fonts to be handled as binaries
+*.jpg binary
+*.jpeg binary
+*.gif binary
+*.png binary
+*.t3x binary
+*.t3d binary
+*.exe binary
+*.data binary
+*.ttf binary
+*.eof binary
+*.eot binary
+*.swf binary
+*.mov binary
+*.mp4 binary
+*.mp3 binary
+*.ogg binary
+*.flv binary
+*.jar binary
+*.pdf binary
+*.woff* binary
+*.otf binary
+*.z binary
+*.docx binary