Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up .gitignore, remove generated files
Some generated Makefiles and extconf.h files were committed to the repository in error. These have been removed and the `.gitignore` file now has more liberal patterns to catch them going forward. ``` $ git status # done from app/gui/qt On branch mac-osx-high-sierra-exp Your branch is up to date with 'origin/mac-osx-high-sierra-exp'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: ../../server/ruby/vendor/atomic/ext/Makefile modified: ../../server/ruby/vendor/fast_osc-0.0.12/ext/fast_osc/Makefile modified: ../../server/ruby/vendor/ffi-1.9.17/ext/ffi_c/Makefile modified: ../../server/ruby/vendor/ffi-1.9.17/ext/ffi_c/extconf.h modified: ../../server/ruby/vendor/ruby-coreaudio-0.0.12/ext/coreaudio/Makefile Untracked files: (use "git add <file>..." to include in what will be committed) ../../server/ruby/vendor/rugged-0.26.0/ext/rugged/Makefile ../../server/ruby/vendor/rugged-0.26.0/vendor/libgit2/build/ no changes added to commit (use "git add" and/or "git commit -a") ```
- Loading branch information