git://git.halfball.org
/
parrot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f194482
)
Update gitignore
author
Pete Batard
<pete@akeo.ie>
Sat, 7 Nov 2015 17:54:42 +0000
(17:54 +0000)
committer
Pete Batard
<pete@akeo.ie>
Sat, 7 Nov 2015 17:54:42 +0000
(17:54 +0000)
.gitignore
patch
|
blob
|
history
README.md
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
bbf313b
..
3b4766c
100644
(file)
--- 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
(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:
```