24 lines
491 B
Diff
24 lines
491 B
Diff
From ce3eb4c05770d3338e6639fb60e67a40625afe62 Mon Sep 17 00:00:00 2001
|
|
From: Moritz Rosenthal <moritz.rosenthal@netmodule.com>
|
|
Date: Thu, 8 Aug 2019 14:24:01 +0200
|
|
Subject: [PATCH] Add gitignore
|
|
|
|
---
|
|
.gitignore | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
create mode 100644 .gitignore
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
new file mode 100644
|
|
index 0000000..e725913
|
|
--- /dev/null
|
|
+++ b/.gitignore
|
|
@@ -0,0 +1,7 @@
|
|
+*.o
|
|
+*.cmd
|
|
+*.mod.c
|
|
+*.ko
|
|
+/.tmp_versions
|
|
+Module.symvers
|
|
+modules.order
|