From f04f8fb1a210ccb98fa1620263355f949eb71dbf Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 5 Feb 2023 19:41:19 +0100 Subject: Give fluid and fltk-options their own .gitignore files Move git exclusions from the main .gitignore file to the respective directories to simplify the main file. Note to devs: some file types are ignored "everywhere" (e.g. *.exe), there's no need to add these files to the subdirs. --- fltk-options/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fltk-options/.gitignore (limited to 'fltk-options') diff --git a/fltk-options/.gitignore b/fltk-options/.gitignore new file mode 100644 index 000000000..bf43c199e --- /dev/null +++ b/fltk-options/.gitignore @@ -0,0 +1,7 @@ +# +# Files to be ignored by Git (do not commit) +# + +fltk-options +fltk-options-shared +fltk-options.app -- cgit v1.2.3