asus-wmi-sensors/.gitignore
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

11 lines
90 B
Plaintext

*.cmd
*.o
*.o.d
*.ko
*.mod.c
Module.symvers
modules.order
.tmp_versions
dkms.conf
VERSION