diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-09-23 15:27:05 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-09-23 15:45:45 +0200 |
| commit | 6472f9b041d963436752b01373331e55a04bc99a (patch) | |
| tree | 3a29fee6830ee95cbaed7f91a052d9a3ec8ec5d0 /documentation/.gitignore | |
| parent | eb0bba4058b16fbf00fa74b30969397477aaa115 (diff) | |
Fix build process of PDF docs on macOS and update .gitignore
Note: the syntax of command/switch `sed -i` is slightly different
on macOS vs. Linux and should not be used.
Move .gitignore parts referring to /documentation/ to their own file
'documentation/.gitignore' and add new generated file(s).
Diffstat (limited to 'documentation/.gitignore')
| -rw-r--r-- | documentation/.gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/documentation/.gitignore b/documentation/.gitignore new file mode 100644 index 000000000..44b0f2ba3 --- /dev/null +++ b/documentation/.gitignore @@ -0,0 +1,45 @@ +# +# Files to be ignored by Git (do not commit) +# + +# /documentation/ +.xvpics +blocks.0 +blocks.6 +blocks.z +checkers.0 +checkers.6 +checkers.z +copyright.dox +Doxybook +Doxyfile +fltk.0 +fltk.3 +fltk-config.0 +fltk-config.1 +fltk-config.z +fltk.d +fltk.pdf +fltk.z +fluid.0 +fluid.1 +fluid.z +generated.dox +html +latex +sudoku.0 +sudoku.6 +sudoku.z +*.bck +*.bak +*.log + +# /documentation/src/ +src/*.0 +src/*.1 +src/*.3 +src/*.6 +src/*.z +src/fltk-book.tex +src/fltk-book.tex.in +src/fltk-title.tex |
