diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-24 14:57:41 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-24 15:01:45 +0100 |
| commit | ef1c2d5b2686ee7812c4067ea199006e8df0f5da (patch) | |
| tree | 16121f1bfdf9d96d0160662d2d9f9d48c33d6417 /.gitattributes | |
| parent | 7e484c614c16f0a6580ba2c2efaa654ab4e08082 (diff) | |
Fix README files and remove stale config.guess and config.sub
README.Unix.txt and README.Windows.txt (MinGW, MSYS) instructed to
execute `NOCONFIGURE=1 ./autogen.sh` which is no longer necessary
(a simple `autoconf` does the job).
Remove files misc/config.guess and misc/config.sub because they are
no longer needed: these files are now in th FLTK root directory
available. Remove all references to these files.
Fix .gitattributes accordingly. Also exclude the .github folder
from exports, for instance when creating distribution tarballs.
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) |
