Code

git-submodule: clone during update, not during init
[git.git] / Documentation / git-add.txt
index 27b9c0f8cc1ff8f7c42c0fdcd86008c7f8d2a5be..a0c9f68580594f785aaec0472ca8404701d4d86d 100644 (file)
@@ -69,6 +69,15 @@ OPTIONS
        for command-line options).
 
 
+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 link:repository-layout.html[repository layout].
+
+
 EXAMPLES
 --------
 git-add Documentation/\\*.txt::