From 11b10d60926b69926d5fa03f017ab03dd8ae419b Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+weebdatahoarder@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:30:10 +0200 Subject: [PATCH] Update .gitignore to remove build artifacts --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e986b2..2801732 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ -.idea/ -*.o.d \ No newline at end of file +/.idea +*.o.d +*.o +*.dwo +*.ko +*.mod +*.mod.c +*.cmd +/src/Module.symvers +/src/modules.order \ No newline at end of file