projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08e941
)
.gitignore: add backup files
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Tue, 14 Jul 2009 00:59:51 +0000
(20:59 -0400)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 18 Jul 2009 06:19:58 +0000
(08:19 +0200)
Add *.orig and *~ backup files to gitignore.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index e7117d31ff789a08a8db444341d501e75d81737c..93b53bb7a5a16be55d816e78b60dc54bb49eec8c 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-9,3
+9,5
@@
/.config
*.depend
*.o
+*.orig
+*~