From f0a504a99d107d337f214153d975dc2f4705e5b0 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 4 May 2017 22:51:28 +0200 Subject: [PATCH] add *.ko to the list of ignored files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 841e46c24..68100574a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.pyc *.callgrind *.xray +*.o +*.ko **/build/* .idea/* qemu-vlan0.pcap