diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 9b909c85c..bdc4e59c4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,16 +9,16 @@ # - do we need to define Git attributes for source and text files? # - if yes, how to migrate "svn:eol-style native" to Git? # - which attributes do we need for fluid (.fl) files? -# - what about "svn:keywords id" (+ author date revision)? # # files that will not be exported in source tarballs +# (note: .git is not exported anyway) makesrcdist export-ignore eol=lf .gitattributes export-ignore +.github export-ignore .gitignore export-ignore .gitlab-ci.yml export-ignore -.travis.yml export-ignore # fluid files (eol=lf or text?) @@ -34,8 +34,6 @@ makesrcdist export-ignore eol=lf fltk-config.in eol=lf documentation/make_pdf eol=lf -misc/config.guess eol=lf -misc/config.sub eol=lf misc/update_config_scripts eol=lf # files with Windows line endings (crlf) |
