electrified / asus-wmi-sensors

Linux HWMON (lmsensors) sensors driver for various ASUS Ryzen and Threadripper motherboards
GNU General Public License v2.0
250 stars 30 forks source link

Properly ignore in git files generated and modified by 'make dkms' #41

Closed MestreLion closed 4 years ago

MestreLion commented 4 years ago

After installing the driver using sudo make dkms, the git working tree is left with uncommitted changes. Files created or modified by make should be properly ignored by git. This PR fixes this and slightly improve Makefile and its dkms and dkms_clean targets.