MediaArea / BWFMetaEdit

WAV/BWF metadata editor
https://MediaArea.net/BWFMetaEdit
Other
41 stars 18 forks source link

Project should have a .gitignore and/or provisions for out-of-tree builds #262

Open fenugrec opened 1 year ago

fenugrec commented 1 year ago

To make development easier , a .gitignore would be nice to filter out compilation byproducts (*.o , MOC stuff etc).

Ability to compile out-of-tree (or as a subdirectory) would also help keep the source tree clean.

JeromeMartinez commented 1 year ago

We have a .cvsignore due to history and we whould definitely move to .gitignore and possibility of subdirectory, at long term.

fenugrec commented 1 year ago

Thanks, hadn't noticed it.

Is there any interest in moving to a higher-level build system (e.g. cmake or other) ?