From 6d6484fc51eeba953397d5fa1c759eacf985fdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=A1lvez?= Date: Wed, 28 Feb 2018 20:20:03 +0100 Subject: [PATCH] Add extensions and file names to .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c6127b3..72e3ada 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,13 @@ *.ko *.obj *.elf +*.s19 # Linker output *.ilk *.map *.exp +*.lk # Precompiled Headers *.gch @@ -35,6 +37,7 @@ *.i*86 *.x86_64 *.hex +*.prg # Debug files *.dSYM/ @@ -50,3 +53,7 @@ modules.order Module.symvers Mkfile.old dkms.conf + +# Others +depend +mapfile