diff options
| author | erco77 <erco@seriss.com> | 2023-11-14 07:01:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-14 07:01:52 -0800 |
| commit | 6842a43a3170c6f7a852186d5688baebdac16e2c (patch) | |
| tree | 04493580bf8fc798858720c7ab7ffecedeb9ee3e /test/.gitignore | |
| parent | 83f6336f3b024f4a7c55a7499d036f03d946c1b9 (diff) | |
Fl_Terminal widget (#800)
Pull Fl_Terminal widget from Greg's fork
Diffstat (limited to 'test/.gitignore')
| -rw-r--r-- | test/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index cd29e2fca..316e790b1 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -103,6 +103,7 @@ sudoku symbols table tabs +terminal threads tile tiled_image @@ -141,6 +142,8 @@ resize.cxx resize.h tabs.cxx tabs.h +terminal.cxx +terminal.h tree.cxx tree.h valuators.cxx |
