Commit Graph

1 Commits

Author SHA1 Message Date
MestreLion 2d5180f4ab properly ignore in git files generated and modified by 'make dkms'
- Add VERSION to .gitignore
- Changes made by make in dkms.conf triggered 'uncommited changes'
  because being in the repository it is considered by git as a versioned
  file regardless of .gitignore. So:
-- Rename dkms.conf to dkms.conf.am, indicating it is a template and
   effectively removing dkms.conf from the repository
-- Copy dkms.conf.am to dkms.conf during 'make dkms'
2019-11-03 02:41:39 -03:00