From: Pete Batard Date: Sat, 7 Nov 2015 17:54:42 +0000 (+0000) Subject: Update gitignore X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=9831984a5f29c9e899d12cbbb5d1f5e46df9fa60;p=parrot.git Update gitignore --- 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: ```