lentferj's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6398883
)
.gitignore: Sort alphabetically.
author
Sascha Wildner <saw@online.de>
Sun, 8 Aug 2010 20:38:18 +0000 (22:38 +0200)
committer
Sascha Wildner <saw@online.de>
Sun, 8 Aug 2010 20:38:18 +0000 (22:38 +0200)
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index
afd1380
..
d6a7d94
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,13
+1,13
@@
-cscope.*
-*.swap
-.*.sw[po]
-.sw[po]
-*~
-*.orig
-*.diff
-*.patch
-*.rej
*.[1-9].gz
-*.o
*.[psS]o
*.a
+*.diff
+*.o
+*.orig
+*.patch
+*.rej
+*.swap
+*~
+.*.sw[po]
+.sw[po]
+cscope.*