Update gitignore
authorPete Batard <pete@akeo.ie>
Sat, 7 Nov 2015 17:54:42 +0000 (17:54 +0000)
committerPete Batard <pete@akeo.ie>
Sat, 7 Nov 2015 17:54:42 +0000 (17:54 +0000)
.gitignore
README.md

index bbf313b..3b4766c 100644 (file)
 
 # Debug files
 *.dSYM/
+
+# Other files
+*.cmd
+.tmp_versions
+parrot_driver.mod.c
+modules.order
+Module.symvers
+
index a8ebcb4..adadcb6 100644 (file)
--- 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:
 ```