summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2018-12-30 11:04:10 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2018-12-30 11:04:10 +0100
commit362f9350868286b066070df7da1f496df08ecd73 (patch)
treed4bf7e564018d835092fff0f311ebcec6740d02d /.gitattributes
parent26bb0e5a831be64f21eec41efef73571aebadab5 (diff)
parentde199c327e9b55bd615f7262724da8ecba1999cf (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 86b72ea30..c706bfbe8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -20,13 +20,15 @@ makesrcdist export-ignore eol=lf
# fluid files (eol=lf or text?)
-#*FIXME* *.fl eol=lf
+*.fl eol=lf
# shell scripts etc. with Unix line endings (lf)
*.ac eol=lf
+*.in eol=lf
*.desktop eol=lf
*.sh eol=lf
+
fltk-config.in eol=lf
documentation/make_pdf eol=lf
@@ -36,9 +38,10 @@ misc/update_config_scripts eol=lf
# files with Windows line endings (crlf)
-#*FIXME* *.rc eol=crlf
+*.rc eol=crlf
-#*FIXME* ide/AndroidStudio3/gradlew.rename_to_bat eol=crlf
+# Android Studio special support file (Windows .bat file)
+ide/AndroidStudio3/gradlew.rename_to_bat eol=crlf
# binary files