diff options
author | Randal L. Schwartz <merlyn@stonehenge.com> | 2007-08-04 01:57:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-04 01:57:29 -0700 |
commit | 936800bb559afb8e24d79d5fab555bf061a4a88c (patch) | |
tree | 84ca5a659c1901c2fa3280b8584c807ae9f86b77 /.gitignore | |
parent | d5538b418d658d507f7fb9f359b31152a9b5f8e0 (diff) | |
download | git-936800bb559afb8e24d79d5fab555bf061a4a88c.tar.gz |
add "test-absolute-path" to .gitignore
New file requires new ignore.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 20ee642420..63c918c667 100644 --- a/.gitignore +++ b/.gitignore @@ -148,6 +148,7 @@ git-write-tree git-core-*/?* gitk-wish gitweb/gitweb.cgi +test-absolute-path test-chmtime test-date test-delta |