ahlstromcj / sequencer64

A major reboot of Seq24. Current release 0.97.0 (2021-05-13), native JACK MIDI, Song recording, playlists, and a Windows/Qt version. For fresher code, see the Seq66 project. Note that trigger and mute-group-in-MIDI-file formats have evolved! Back up your work!
GNU Affero General Public License v3.0
237 stars 28 forks source link

modified 'configure' blocks simple git pull #133

Closed muranyia closed 6 years ago

muranyia commented 6 years ago

The configure file, if modified by bootstrap, is left behind even after ./bootstrap --full-clean and prevents git from performing a simple pull, unless the file is deleted. I know configure is now supplied with sequencer64 so it cannot be git ignored. Wondering what the best solution would be.

muranyia commented 6 years ago

Thanks!