Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Doc add: link gitignore
author
Philip Oakley
<philipoakley@iee.org>
Tue, 18 Sep 2012 23:25:32 +0000
(
00:25
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Sep 2012 04:49:46 +0000
(21:49 -0700)
Use a gitignore link rather than the gitrepository-
layout link.
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3f8c5a4
)
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index 9c1d3957223355e00eea917d4a7dff6d50343f32..fd9e36b99f5506964ac8352b82bb7af05551a523 100644
(file)
--- a/
Documentation/git-add.txt
+++ b/
Documentation/git-add.txt
@@
-155,7
+155,7
@@
Configuration
The optional configuration variable `core.excludesfile` indicates a path to a
file containing patterns of file names to exclude from git-add, similar to
$GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to
-those in info/exclude. See linkgit:git
repository-layout
[5].
+those in info/exclude. See linkgit:git
ignore
[5].
EXAMPLES