From c17c2e3808e374e88ac0fac5f7c774ab78c3bd91 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 30 Dec 2025 18:41:33 +0100 Subject: Clean up .gitignore files Since FLTK 1.5 building FLTK in the source tree is prohibited by our CMake setup. Therefore all build artifacts are stored in the build tree and don't need to be "ignored" in the source tree. This simplifies the .gitignore files significantly. There are some exceptions though, for instance .cxx and .h files generated by fluid which might be created by a user/developer executing fluid in the source tree. --- fluid/.gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'fluid') diff --git a/fluid/.gitignore b/fluid/.gitignore index 023bc907c..7224d6c0c 100644 --- a/fluid/.gitignore +++ b/fluid/.gitignore @@ -2,13 +2,7 @@ # Files to be ignored by Git (do not commit) # -fluid -fluid-shared -TAGS -fluid.app -../pixmaps/*.bck - -# local documentation generation +# local documentation generation (?) documentation/html/ documentation/html-dev/ -- cgit v1.2.3