diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-05 19:41:19 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-05 19:41:19 +0100 |
| commit | f04f8fb1a210ccb98fa1620263355f949eb71dbf (patch) | |
| tree | b4284323bbf1bcbd350f254d1658b2a5fe99b32b /fluid/.gitignore | |
| parent | 515680a633078bcde6984258c33d6774413493b9 (diff) | |
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.
Diffstat (limited to 'fluid/.gitignore')
| -rw-r--r-- | fluid/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fluid/.gitignore b/fluid/.gitignore new file mode 100644 index 000000000..c3cc2fe5d --- /dev/null +++ b/fluid/.gitignore @@ -0,0 +1,13 @@ +# +# Files to be ignored by Git (do not commit) +# + +fluid +fluid-shared +TAGS +fluid.app +pixmaps/*.bck + +# local documentation generation + +documentation/html/ |
