From: Jozsef Kadlecsik Date: Sun, 26 Jan 2020 11:00:50 +0000 (+0100) Subject: .gitignore: add temporary files to the list X-Git-Tag: v7.6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a8afcc9cc0311a607688923c76337f266b05b1;p=thirdparty%2Fipset.git .gitignore: add temporary files to the list --- diff --git a/.gitignore b/.gitignore index a2aeac61..46a78ddd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *~ +*.orig *.la *.lo *.o @@ -13,6 +14,8 @@ Makefile.in *.ko.cmd *.mod.c *.mod.o.cmd +*.mod.cmd +*.mod .tmp_versions Module.symvers modules.order