summaryrefslogtreecommitdiff
path: root/Documentation/gitignore.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-09-29 16:31:40 -0700
committerJunio C Hamano <gitster@pobox.com>2007-09-29 16:31:40 -0700
commitd7da5597a850c721eb0698188696096c8090a85f (patch)
treee4e111340c5ea015699d14562eaab1d475a9ecbb /Documentation/gitignore.txt
parent5166810b1e16b22e342f2181a3535e70c6e7a119 (diff)
parent552ce11006e39bd07efd79946f180df47aa35b4e (diff)
downloadgit-d7da5597a850c721eb0698188696096c8090a85f.tar.gz
Sync with GIT 1.5.3.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitignore.txt')
-rw-r--r--Documentation/gitignore.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt
index 9c83095693..e8b8581f52 100644
--- a/Documentation/gitignore.txt
+++ b/Documentation/gitignore.txt
@@ -26,7 +26,7 @@ precedence, the last matching pattern decides the outcome):
* Patterns read from a `.gitignore` file in the same directory
as the path, or in any parent directory, with patterns in the
- higher level files (up to the root) being overriden by those in
+ higher level files (up to the root) being overridden by those in
lower level files down to the directory containing the file.
These patterns match relative to the location of the
`.gitignore` file. A project normally includes such