From 9831984a5f29c9e899d12cbbb5d1f5e46df9fa60 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 7 Nov 2015 17:54:42 +0000 Subject: [PATCH] Update gitignore --- .gitignore | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index bbf313b..3b4766c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,11 @@ # Debug files *.dSYM/ + +# Other files +*.cmd +.tmp_versions +parrot_driver.mod.c +modules.order +Module.symvers + diff --git a/README.md b/README.md index a8ebcb4..adadcb6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ see the following [blog post](http://pete.akeo.ie/2011/08/writing-linux-device-d * `cat /dev/parrot_device` * __Notes__: + On a Debian system, and if you haven't recompiled a kernel before, you may have to issue the following before you can compile and run the driver: ``` -- 2.44.0