From ac5d672930a0c386c5d85c11a4d1d2dc4a0eaff1 Mon Sep 17 00:00:00 2001
From: Tom Ryser <rysertom@gmail.com>
Date: Wed, 24 Nov 2021 11:29:29 +0100
Subject: [PATCH] Update .gitignore

keep only the necessary
---
 .gitignore | 47 -----------------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/.gitignore b/.gitignore
index c6127b3..6cf7123 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,52 +1,5 @@
-# Prerequisites
-*.d
-
 # Object files
 *.o
-*.ko
-*.obj
-*.elf
-
-# Linker output
-*.ilk
-*.map
-*.exp
-
-# Precompiled Headers
-*.gch
-*.pch
-
-# Libraries
-*.lib
-*.a
-*.la
-*.lo
-
-# Shared objects (inc. Windows DLLs)
-*.dll
-*.so
-*.so.*
-*.dylib
 
 # Executables
 *.exe
-*.out
-*.app
-*.i*86
-*.x86_64
-*.hex
-
-# Debug files
-*.dSYM/
-*.su
-*.idb
-*.pdb
-
-# Kernel Module Compile Results
-*.mod*
-*.cmd
-.tmp_versions/
-modules.order
-Module.symvers
-Mkfile.old
-dkms.conf
-- 
GitLab