projects
/
b43-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3cf5a2
)
Add .gitignore
author
Michael Buesch
<mb@bu3sch.de>
Sun, 13 Jan 2008 23:36:06 +0000
(
00:36
+0100)
committer
Michael Buesch
<mb@bu3sch.de>
Sun, 13 Jan 2008 23:36:06 +0000
(
00:36
+0100)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
ad03008
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,26
@@
+.*
+*.o
+*.o.*
+*.a
+*.s
+*.so
+*.so.dbg
+*.i
+*.lst
+.gitignore
+
+*.ucode
+*.initval
+
+# stgit generated dirs
+patches-*
+
+# quilt's files
+patches
+series
+
+# cscope files
+cscope.*
+
+*.orig
+*.rej